summaryrefslogtreecommitdiff
path: root/masm/symtbl.c
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-09-10 18:23:46 -0400
committerFreya Murphy <freya@freyacat.org>2024-09-10 18:23:46 -0400
commit92a7e5853c6caeec09122c05ddbc19ae1498a0d8 (patch)
treed14a6a1c091df35c06ffb735ce3f6c72b1f37b42 /masm/symtbl.c
parentrelocation table hell (diff)
downloadmips-92a7e5853c6caeec09122c05ddbc19ae1498a0d8.tar.gz
mips-92a7e5853c6caeec09122c05ddbc19ae1498a0d8.tar.bz2
mips-92a7e5853c6caeec09122c05ddbc19ae1498a0d8.zip
joe
Diffstat (limited to '')
-rw-r--r--masm/symtbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/masm/symtbl.c b/masm/symtbl.c
index b75c752..8aa7bcf 100644
--- a/masm/symtbl.c
+++ b/masm/symtbl.c
@@ -3,7 +3,7 @@
#include <stdlib.h>
#include <string.h>
-#include "parse.h"
+#include "asm.h"
#define SYMTBL_INIT_LEN 24