diff options
Diffstat (limited to 'src/lj_bc.h')
-rw-r--r-- | src/lj_bc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_bc.h b/src/lj_bc.h index 0a82c9d4..5edff707 100644 --- a/src/lj_bc.h +++ b/src/lj_bc.h | |||
@@ -224,7 +224,7 @@ LJ_STATIC_ASSERT((int)BC_FUNCV + 1 == (int)BC_IFUNCV); | |||
224 | LJ_STATIC_ASSERT((int)BC_FUNCV + 2 == (int)BC_JFUNCV); | 224 | LJ_STATIC_ASSERT((int)BC_FUNCV + 2 == (int)BC_JFUNCV); |
225 | 225 | ||
226 | /* This solves a circular dependency problem, change as needed. */ | 226 | /* This solves a circular dependency problem, change as needed. */ |
227 | #define FF_next_N 15 | 227 | #define FF_next_N 4 |
228 | 228 | ||
229 | /* Stack slots used by FORI/FORL, relative to operand A. */ | 229 | /* Stack slots used by FORI/FORL, relative to operand A. */ |
230 | enum { | 230 | enum { |