aboutsummaryrefslogtreecommitdiff
path: root/src/lj_jit.h
diff options
context:
space:
mode:
authorMike Pall <mike>2010-10-11 21:13:37 +0200
committerMike Pall <mike>2010-10-11 21:13:37 +0200
commitb3cf2c70f4250c80408399c591743e7b6667b840 (patch)
treef784294c5d13064f2509ea4bf86df506a1eed8d6 /src/lj_jit.h
parentcc62edebfdf3fa451a745ee2936c8df72c9e7243 (diff)
downloadluajit-b3cf2c70f4250c80408399c591743e7b6667b840.tar.gz
luajit-b3cf2c70f4250c80408399c591743e7b6667b840.tar.bz2
luajit-b3cf2c70f4250c80408399c591743e7b6667b840.zip
Decouple SLOAD type and optional conversion.
Diffstat (limited to 'src/lj_jit.h')
-rw-r--r--src/lj_jit.h2
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. */