Update lj_frame.h

Added CFrame definations for S390X
values un assigned as i am unsure of the values
This commit is contained in:
ketank-new 2016-11-16 17:19:10 +05:30 committed by GitHub
parent 547b158ba4
commit c36895a872

View File

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