aboutsummaryrefslogtreecommitdiff
path: root/src/lj_target_x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_target_x86.h')
-rw-r--r--src/lj_target_x86.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lj_target_x86.h b/src/lj_target_x86.h
index 7b8d62ad..3482309b 100644
--- a/src/lj_target_x86.h
+++ b/src/lj_target_x86.h
@@ -116,8 +116,8 @@ enum {
116 116
117#if LJ_64 117#if LJ_64
118/* Prefer the low 8 regs of each type to reduce REX prefixes. */ 118/* Prefer the low 8 regs of each type to reduce REX prefixes. */
119#undef rset_picktop 119#undef rset_picktop_
120#define rset_picktop(rs) (lj_fls(lj_bswap(rs)) ^ 0x18) 120#define rset_picktop_(rs) (lj_fls(lj_bswap(rs)) ^ 0x18)
121#endif 121#endif
122 122
123/* -- Spill slots --------------------------------------------------------- */ 123/* -- Spill slots --------------------------------------------------------- */