aboutsummaryrefslogtreecommitdiff
path: root/src/lj_target_x86.h
diff options
context:
space:
mode:
authorMike Pall <mike>2016-10-12 17:36:45 +0200
committerMike Pall <mike>2016-10-12 17:36:45 +0200
commit54b78e7c66bff326a0223aac1fd5373515ca3014 (patch)
treefc5232dc41e9c7edaa5a8ec3d26ad559a374aaa1 /src/lj_target_x86.h
parent63465fe71d2605499ce5f3355db3629fb8283cb2 (diff)
downloadluajit-54b78e7c66bff326a0223aac1fd5373515ca3014.tar.gz
luajit-54b78e7c66bff326a0223aac1fd5373515ca3014.tar.bz2
luajit-54b78e7c66bff326a0223aac1fd5373515ca3014.zip
LJ_GC64: Various fixes.
Contributed by Peter Cawley.
Diffstat (limited to '')
-rw-r--r--src/lj_target_x86.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_target_x86.h b/src/lj_target_x86.h
index d5429597..c7be59ad 100644
--- a/src/lj_target_x86.h
+++ b/src/lj_target_x86.h
@@ -31,7 +31,7 @@ enum {
31 FPRDEF(RIDENUM) /* Floating-point registers (FPRs). */ 31 FPRDEF(RIDENUM) /* Floating-point registers (FPRs). */
32 RID_MAX, 32 RID_MAX,
33 RID_MRM = RID_MAX, /* Pseudo-id for ModRM operand. */ 33 RID_MRM = RID_MAX, /* Pseudo-id for ModRM operand. */
34 RID_RIP = RID_MAX+1, /* Pseudo-id for RIP (x64 only). */ 34 RID_RIP = RID_MAX+5, /* Pseudo-id for RIP (x64 only), rm bits = 5. */
35 35
36 /* Calling conventions. */ 36 /* Calling conventions. */
37 RID_SP = RID_ESP, 37 RID_SP = RID_ESP,