diff options
Diffstat (limited to '')
-rw-r--r-- | src/lj_dispatch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_dispatch.h b/src/lj_dispatch.h index 1368594a..e744e3f8 100644 --- a/src/lj_dispatch.h +++ b/src/lj_dispatch.h | |||
@@ -61,7 +61,7 @@ typedef uint16_t HotCount; | |||
61 | #define HOTCOUNT_CALL 1 | 61 | #define HOTCOUNT_CALL 1 |
62 | 62 | ||
63 | /* This solves a circular dependency problem -- bump as needed. Sigh. */ | 63 | /* This solves a circular dependency problem -- bump as needed. Sigh. */ |
64 | #define GG_NUM_ASMFF 59 | 64 | #define GG_NUM_ASMFF 58 |
65 | 65 | ||
66 | #define GG_LEN_DDISP (BC__MAX + GG_NUM_ASMFF) | 66 | #define GG_LEN_DDISP (BC__MAX + GG_NUM_ASMFF) |
67 | #define GG_LEN_SDISP BC_FUNCF | 67 | #define GG_LEN_SDISP BC_FUNCF |