summaryrefslogtreecommitdiff
path: root/src/buildvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildvm.h')
-rw-r--r--src/buildvm.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/buildvm.h b/src/buildvm.h
index 41038dd6..27a0a842 100644
--- a/src/buildvm.h
+++ b/src/buildvm.h
@@ -38,14 +38,8 @@
38struct dasm_State; 38struct dasm_State;
39 39
40/* Build modes. */ 40/* Build modes. */
41#if LJ_TARGET_X86ORX64
42#define BUILDDEFX(_) _(peobj)
43#else
44#define BUILDDEFX(_)
45#endif
46
47#define BUILDDEF(_) \ 41#define BUILDDEF(_) \
48 _(elfasm) _(coffasm) _(machasm) BUILDDEFX(_) _(raw) \ 42 _(elfasm) _(coffasm) _(machasm) _(peobj) _(raw) \
49 _(bcdef) _(ffdef) _(libdef) _(recdef) _(vmdef) \ 43 _(bcdef) _(ffdef) _(libdef) _(recdef) _(vmdef) \
50 _(folddef) 44 _(folddef)
51 45