mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
Update lj_frame.h
Added CFrame definations for S390X values un assigned as i am unsure of the values
This commit is contained in:
parent
547b158ba4
commit
c36895a872
@ -200,6 +200,15 @@ enum { LJ_CONT_TAILCALL, LJ_CONT_FFI_CALLBACK }; /* Special continuations. */
|
|||||||
#define CFRAME_OFS_MULTRES 192
|
#define CFRAME_OFS_MULTRES 192
|
||||||
#define CFRAME_SIZE 208
|
#define CFRAME_SIZE 208
|
||||||
#define CFRAME_SHIFT_MULTRES 3
|
#define CFRAME_SHIFT_MULTRES 3
|
||||||
|
#elif LJ_TARGET_S390X
|
||||||
|
#define CFRAME_OFS_ERRF
|
||||||
|
#define CFRAME_OFS_NRES
|
||||||
|
#define CFRAME_OFS_PREV
|
||||||
|
#define CFRAME_OFS_L
|
||||||
|
#define CFRAME_OFS_PC
|
||||||
|
#define CFRAME_OFS_MULTRES
|
||||||
|
#define CFRAME_SIZE
|
||||||
|
#define CFRAME_SHIFT_MULTRES
|
||||||
#elif LJ_TARGET_PPC
|
#elif LJ_TARGET_PPC
|
||||||
#if LJ_TARGET_XBOX360
|
#if LJ_TARGET_XBOX360
|
||||||
#define CFRAME_OFS_ERRF 424
|
#define CFRAME_OFS_ERRF 424
|
||||||
|
Loading…
Reference in New Issue
Block a user