mirror of
https://github.com/TinyCC/tinycc.git
synced 2025-12-27 01:28:48 +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
|