aboutsummaryrefslogtreecommitdiff
path: root/src/lj_jit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_jit.h')
-rw-r--r--src/lj_jit.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lj_jit.h b/src/lj_jit.h
index b0d90fcd..655b84c3 100644
--- a/src/lj_jit.h
+++ b/src/lj_jit.h
@@ -503,11 +503,7 @@ typedef struct jit_State {
503 BCLine prev_line; /* Previous line. */ 503 BCLine prev_line; /* Previous line. */
504 int prof_mode; /* Profiling mode: 0, 'f', 'l'. */ 504 int prof_mode; /* Profiling mode: 0, 'f', 'l'. */
505#endif 505#endif
506} 506} jit_State;
507#if LJ_TARGET_ARM
508LJ_ALIGN(16) /* For DISPATCH-relative addresses in assembler part. */
509#endif
510jit_State;
511 507
512#ifdef LUA_USE_ASSERT 508#ifdef LUA_USE_ASSERT
513#define lj_assertJ(c, ...) lj_assertG_(J2G(J), (c), __VA_ARGS__) 509#define lj_assertJ(c, ...) lj_assertG_(J2G(J), (c), __VA_ARGS__)