mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
PPC64: Add LJ_GC64 mode interpreter for ppc.
This commit is contained in:
parent
dbd04e77a0
commit
821f0b7535
@ -207,6 +207,15 @@ enum { LJ_CONT_TAILCALL, LJ_CONT_FFI_CALLBACK }; /* Special continuations. */
|
||||
#define CFRAME_OFS_MULTRES 456
|
||||
#define CFRAME_SIZE 400
|
||||
#define CFRAME_SHIFT_MULTRES 3
|
||||
#elif LJ_ARCH_PPC64
|
||||
#define CFRAME_OFS_ERRF 88
|
||||
#define CFRAME_OFS_NRES 80
|
||||
#define CFRAME_OFS_L 72
|
||||
#define CFRAME_OFS_PC 64
|
||||
#define CFRAME_OFS_MULTRES 56
|
||||
#define CFRAME_OFS_PREV 48
|
||||
#define CFRAME_SIZE 400
|
||||
#define CFRAME_SHIFT_MULTRES 3
|
||||
#else
|
||||
#define CFRAME_OFS_ERRF 48
|
||||
#define CFRAME_OFS_NRES 44
|
||||
|
4508
src/vm_ppc64.dasc
Normal file
4508
src/vm_ppc64.dasc
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user