PPC64: Add build infrastructure.

This commit is contained in:
Mike Pall
2015-03-06 03:47:45 +01:00
parent c821e0aded
commit 361827c8f9
8 changed files with 50 additions and 18 deletions

View File

@@ -104,7 +104,7 @@ enum {
/* This definition must match with the *.dasc file(s). */
typedef struct {
lua_Number fpr[RID_NUM_FPR]; /* Floating-point registers. */
int32_t gpr[RID_NUM_GPR]; /* General-purpose registers. */
intptr_t gpr[RID_NUM_GPR]; /* General-purpose registers. */
int32_t spill[256]; /* Spill slots. */
} ExitState;