summaryrefslogtreecommitdiff
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_target_x86.h b/src/lj_target_x86.h
index 48b53b6d..5c24761e 100644
--- a/src/lj_target_x86.h
+++ b/src/lj_target_x86.h
@@ -136,6 +136,7 @@ enum {
136#endif 136#endif
137 137
138#define sps_scale(slot) (4 * (int32_t)(slot)) 138#define sps_scale(slot) (4 * (int32_t)(slot))
139#define sps_align(slot) (((slot) - SPS_FIXED + 3) & ~3)
139 140
140/* -- Exit state ---------------------------------------------------------- */ 141/* -- Exit state ---------------------------------------------------------- */
141 142