commit da36b211ab9f0d00b0128d9daaf32eba5ab5e56e parent 01142fa0594b6d3efe05214c844012deec1afc3d Author: Quentin Carbonneaux <quentin@c9x.me> Date: Tue, 15 Mar 2022 14:16:32 +0100 homogenize riscv and arm abis Diffstat:
M | rv64/abi.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rv64/abi.c b/rv64/abi.c @@ -307,8 +307,8 @@ argsclass(Ins *i0, Ins *i1, Class *carg, int retptr) break; case Opare: case Oarge: - *c->cls = Kl; *c->reg = T5; + *c->cls = Kl; envc = 1; break; }