diff options
| author | 2023-06-13 15:47:14 +0200 | |
|---|---|---|
| committer | 2023-06-13 15:47:14 +0200 | |
| commit | ca85b61809d976164139eed20f063c596f7b9b75 (patch) | |
| tree | f9eb34492f1221453a922f862d0d0913cf25ff2d /abi0.c | |
| parent | de5aa052f234693698fa27564d12958df3fa433e (diff) | |
oops
Diffstat (limited to 'abi0.c')
| -rw-r--r-- | abi0.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -265,7 +265,7 @@ abi0(struct function *fn) retmem = insertinstr(blk, iinstr++ - call->narg, alloca); if (!nret) /* hidden pointer argument */ insertinstr(blk, iinstr++ - call->narg, - mkinstr(Omove, KPTR, mkref(RREG, call->abiret[0].reg), retmem)); + mkinstr(Omove, KPTR, mkref(RREG, abiargs.p[0].reg), retmem)); } /* adjust args */ |