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:
Mike Pall
2009-12-29 02:04:20 +01:00
parent 374f534715
commit d18d1573d8
3 changed files with 30 additions and 22 deletions

View File

@@ -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