diff options
Diffstat (limited to 'src/lj_target_x86.h')
-rw-r--r-- | src/lj_target_x86.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_target_x86.h b/src/lj_target_x86.h index 3de408cc..cc15490b 100644 --- a/src/lj_target_x86.h +++ b/src/lj_target_x86.h | |||
@@ -139,6 +139,8 @@ enum { | |||
139 | #define SPS_FIRST 2 | 139 | #define SPS_FIRST 2 |
140 | #endif | 140 | #endif |
141 | 141 | ||
142 | #define SPOFS_TMP 0 | ||
143 | |||
142 | #define sps_scale(slot) (4 * (int32_t)(slot)) | 144 | #define sps_scale(slot) (4 * (int32_t)(slot)) |
143 | #define sps_align(slot) (((slot) - SPS_FIXED + 3) & ~3) | 145 | #define sps_align(slot) (((slot) - SPS_FIXED + 3) & ~3) |
144 | 146 | ||