Files
tinycc/tests/tests2/137_funcall_struct_args.expect
kbkpbot 0c12363fd3 arm64: Save func results before struct args
In gfunc_call(), structure members are loaded into registers during
argument handling.
This operation may overwrite previous function call results stored in
registers (e.g., s0). To prevent this, we must save function call
results to the stack before processing structure arguments.
2025-07-11 22:13:30 +08:00

3 lines
26 B
Plaintext