diff options
Diffstat (limited to 'src/lj_target_x86.h')
-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 34b247d4..c4445ba4 100644 --- a/src/lj_target_x86.h +++ b/src/lj_target_x86.h | |||
@@ -37,6 +37,7 @@ enum { | |||
37 | #if LJ_64 | 37 | #if LJ_64 |
38 | RID_FPRET = RID_XMM0, | 38 | RID_FPRET = RID_XMM0, |
39 | #else | 39 | #else |
40 | RID_RETLO = RID_EAX, | ||
40 | RID_RETHI = RID_EDX, | 41 | RID_RETHI = RID_EDX, |
41 | #endif | 42 | #endif |
42 | 43 | ||