diff options
Diffstat (limited to 'src/lj_jit.h')
-rw-r--r-- | src/lj_jit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_jit.h b/src/lj_jit.h index c405ece9..77377931 100644 --- a/src/lj_jit.h +++ b/src/lj_jit.h | |||
@@ -218,7 +218,7 @@ typedef struct ScEvEntry { | |||
218 | IRRef1 stop; /* Constant stop reference. */ | 218 | IRRef1 stop; /* Constant stop reference. */ |
219 | IRRef1 step; /* Constant step reference. */ | 219 | IRRef1 step; /* Constant step reference. */ |
220 | IRType1 t; /* Scalar type. */ | 220 | IRType1 t; /* Scalar type. */ |
221 | uint8_t dir; /* Direction. 0: +, 1: -. */ | 221 | uint8_t dir; /* Direction. 1: +, 0: -. */ |
222 | } ScEvEntry; | 222 | } ScEvEntry; |
223 | 223 | ||
224 | /* 128 bit SIMD constants. */ | 224 | /* 128 bit SIMD constants. */ |