Always enable check mode for DynASM (only used at build-time).

This commit is contained in:
Mike Pall 2010-08-27 13:19:35 +02:00
parent a0e3c9bb5a
commit 877ff1e28e

View File

@ -34,6 +34,7 @@
#define Dst ctx #define Dst ctx
#define Dst_DECL BuildCtx *ctx #define Dst_DECL BuildCtx *ctx
#define Dst_REF (ctx->D) #define Dst_REF (ctx->D)
#define DASM_CHECKS 1
#include "../dynasm/dasm_proto.h" #include "../dynasm/dasm_proto.h"