Save all callee-saved x64 integer regs for unwinding.
Temporary measure. Does not cover xmm saves on WIN64. May have to use unwind info or waste another 160 bytes per CFRAME.
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
#define LJ_TARGET_X64 1
|
||||
#define LJ_TARGET_X86ORX64 1
|
||||
#define LJ_PAGESIZE 4096
|
||||
#error "No support for x64 architecture (yet)"
|
||||
#define LJ_ARCH_NOJIT 1 /* NYI */
|
||||
#else
|
||||
#error "No target architecture defined"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user