summaryrefslogtreecommitdiff
path: root/src/buildvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildvm.h')
-rw-r--r--src/buildvm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/buildvm.h b/src/buildvm.h
index 2581b548..6d242207 100644
--- a/src/buildvm.h
+++ b/src/buildvm.h
@@ -36,7 +36,6 @@
36 36
37/* Extra labels. */ 37/* Extra labels. */
38#define LABEL_ASM_BEGIN LABEL_PREFIX "vm_asm_begin" 38#define LABEL_ASM_BEGIN LABEL_PREFIX "vm_asm_begin"
39#define LABEL_OP_OFS LABEL_PREFIX "vm_op_ofs"
40 39
41/* Forward declaration. */ 40/* Forward declaration. */
42struct dasm_State; 41struct dasm_State;
@@ -50,7 +49,7 @@ struct dasm_State;
50 49
51#define BUILDDEF(_) \ 50#define BUILDDEF(_) \
52 _(elfasm) _(coffasm) _(machasm) BUILDDEFX(_) _(raw) \ 51 _(elfasm) _(coffasm) _(machasm) BUILDDEFX(_) _(raw) \
53 _(ffdef) _(libdef) _(recdef) _(vmdef) \ 52 _(bcdef) _(ffdef) _(libdef) _(recdef) _(vmdef) \
54 _(folddef) 53 _(folddef)
55 54
56typedef enum { 55typedef enum {