aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Pall <mike>2010-08-27 13:19:35 +0200
committerMike Pall <mike>2010-08-27 13:19:35 +0200
commit877ff1e28eaf927a14c88c1f2dcdb0e05a88a008 (patch)
tree4aa7f2913a3392dc24164257525add7b71376c77 /src
parenta0e3c9bb5a96d1caa6f3d708adb4ca4eaaba5476 (diff)
downloadluajit-877ff1e28eaf927a14c88c1f2dcdb0e05a88a008.tar.gz
luajit-877ff1e28eaf927a14c88c1f2dcdb0e05a88a008.tar.bz2
luajit-877ff1e28eaf927a14c88c1f2dcdb0e05a88a008.zip
Always enable check mode for DynASM (only used at build-time).
Diffstat (limited to 'src')
-rw-r--r--src/buildvm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildvm.c b/src/buildvm.c
index e6eeabd2..b11dbbea 100644
--- a/src/buildvm.c
+++ b/src/buildvm.c
@@ -34,6 +34,7 @@
34#define Dst ctx 34#define Dst ctx
35#define Dst_DECL BuildCtx *ctx 35#define Dst_DECL BuildCtx *ctx
36#define Dst_REF (ctx->D) 36#define Dst_REF (ctx->D)
37#define DASM_CHECKS 1
37 38
38#include "../dynasm/dasm_proto.h" 39#include "../dynasm/dasm_proto.h"
39 40