mirror of
https://github.com/frida/tinycc
synced 2025-03-12 18:53:00 +03:00

The callee saved registers (among them r12-r15) really need saving/restoring if mentioned in asm clobbers, even if TCC itself doesn't use them. E.g. the linux kernel relies on that in its switch_to() implementation.