aboutsummaryrefslogtreecommitdiff
path: root/src/lj_target_x86.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lj_target_x86.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lj_target_x86.h b/src/lj_target_x86.h
index a403f820..d0ce196c 100644
--- a/src/lj_target_x86.h
+++ b/src/lj_target_x86.h
@@ -38,10 +38,9 @@ enum {
38 RID_RET = RID_EAX, 38 RID_RET = RID_EAX,
39#if LJ_64 39#if LJ_64
40 RID_FPRET = RID_XMM0, 40 RID_FPRET = RID_XMM0,
41#else 41#endif
42 RID_RETLO = RID_EAX, 42 RID_RETLO = RID_EAX,
43 RID_RETHI = RID_EDX, 43 RID_RETHI = RID_EDX,
44#endif
45 44
46 /* These definitions must match with the *.dasc file(s): */ 45 /* These definitions must match with the *.dasc file(s): */
47 RID_BASE = RID_EDX, /* Interpreter BASE. */ 46 RID_BASE = RID_EDX, /* Interpreter BASE. */