mirror of
https://github.com/TinyCC/tinycc.git
synced 2026-02-07 06:12:36 +00:00
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.
3 lines
26 B
Plaintext
3 lines
26 B
Plaintext
x=999.500000
|
|
y=999.500000
|