diff options
Diffstat (limited to '')
-rw-r--r-- | src/lj_target_x86.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_target_x86.h b/src/lj_target_x86.h index 450df77f..38f464fc 100644 --- a/src/lj_target_x86.h +++ b/src/lj_target_x86.h | |||
@@ -33,6 +33,7 @@ enum { | |||
33 | RID_MRM = RID_MAX, /* Pseudo-id for ModRM operand. */ | 33 | RID_MRM = RID_MAX, /* Pseudo-id for ModRM operand. */ |
34 | 34 | ||
35 | /* Calling conventions. */ | 35 | /* Calling conventions. */ |
36 | RID_SP = RID_ESP, | ||
36 | RID_RET = RID_EAX, | 37 | RID_RET = RID_EAX, |
37 | #if LJ_64 | 38 | #if LJ_64 |
38 | RID_FPRET = RID_XMM0, | 39 | RID_FPRET = RID_XMM0, |