aboutsummaryrefslogtreecommitdiff
path: root/src/lj_target_mips.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lj_target_mips.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_target_mips.h b/src/lj_target_mips.h
index e81d55bd..1b7727d0 100644
--- a/src/lj_target_mips.h
+++ b/src/lj_target_mips.h
@@ -102,6 +102,8 @@ enum {
102#define SPS_FIXED 5 102#define SPS_FIXED 5
103#define SPS_FIRST 4 103#define SPS_FIRST 4
104 104
105#define SPOFS_TMP 0
106
105#define sps_scale(slot) (4 * (int32_t)(slot)) 107#define sps_scale(slot) (4 * (int32_t)(slot))
106#define sps_align(slot) (((slot) - SPS_FIXED + 1) & ~1) 108#define sps_align(slot) (((slot) - SPS_FIXED + 1) & ~1)
107 109