Fix comments

This commit is contained in:
Dr. Dystopia
2024-08-13 06:38:03 +02:00
parent 4c559e7f66
commit b86291f868
3 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@
// FIXME: avoid pushing all 16 XMM registers when possible? most functions we call probably
// don't actually clobber them.
#define ABI_ALL_CALLER_SAVED (BitSet32{RAX, RCX, RDX, RDI, RSI, R8, R9, R10, R11} | ABI_ALL_FPRS)
#endif // WIN32
#endif // _WIN32
#define ABI_ALL_CALLEE_SAVED (~ABI_ALL_CALLER_SAVED)