Portability cleanups for assembler backend.
This commit is contained in:
@@ -43,10 +43,10 @@ enum {
|
||||
/* These definitions must match with the *.dasc file(s): */
|
||||
RID_BASE = RID_EDX, /* Interpreter BASE. */
|
||||
#if LJ_64 && !LJ_ABI_WIN
|
||||
RID_PC = RID_EBX, /* Interpreter PC. */
|
||||
RID_LPC = RID_EBX, /* Interpreter PC. */
|
||||
RID_DISPATCH = RID_R14D, /* Interpreter DISPATCH table. */
|
||||
#else
|
||||
RID_PC = RID_ESI, /* Interpreter PC. */
|
||||
RID_LPC = RID_ESI, /* Interpreter PC. */
|
||||
RID_DISPATCH = RID_EBX, /* Interpreter DISPATCH table. */
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user