5 Jul
2025
5 Jul
'25
1:35 a.m.
You can't be modifying non-volatile registers in the middle of C code
You just need to put them in the [output list](https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html#OutputOperands) and the compiler knows you are modifying them, so that should be fine. (albeit i mixed up output and input operands). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8466#note_108874