aboutsummaryrefslogtreecommitdiff
path: root/src/c8asm/main.c
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-02-13 17:21:56 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-02-13 17:22:26 +0100
commit15e93b55266186c159688e3b54bead26da206ee2 (patch)
treeea80ee4419f9c19a14fc016c29beff38f4698896 /src/c8asm/main.c
parent5a419deabba93d9fea3f6af2c921a76d2dc9927c (diff)
Make unreachable() useful when debugging, and move common macros
Diffstat (limited to 'src/c8asm/main.c')
-rw-r--r--src/c8asm/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c8asm/main.c b/src/c8asm/main.c
index 0c8a28a..c70aed5 100644
--- a/src/c8asm/main.c
+++ b/src/c8asm/main.c
@@ -13,6 +13,7 @@
#include "cerr.h"
#include "common.h"
#include "lexer.h"
+#include "macros.h"
#include "parser.h"
static void asmfile(int, const char *);