diff options
| author | Freya Murphy <freya@freyacat.org> | 2024-10-09 12:07:59 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2024-10-09 12:07:59 -0400 |
| commit | b663f827057fc9fb199293bc1920cf27315d1846 (patch) | |
| tree | 477b481694ad50f28bac538bb9b301861b3af4d6 /masm/asm/strtab.c | |
| parent | update generator to support multipe isas, expand grammer syntax (diff) | |
| download | mips-b663f827057fc9fb199293bc1920cf27315d1846.tar.gz mips-b663f827057fc9fb199293bc1920cf27315d1846.tar.bz2 mips-b663f827057fc9fb199293bc1920cf27315d1846.zip | |
refactor elf32 assembler, add support for multiple isa's in cmdline
Diffstat (limited to '')
| -rw-r--r-- | masm/asm/strtab.c (renamed from masm/strtab.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/masm/strtab.c b/masm/asm/strtab.c index bd914b0..799f0dc 100644 --- a/masm/strtab.c +++ b/masm/asm/strtab.c @@ -2,7 +2,7 @@ #include <string.h> #include <stdlib.h> -#include "asm.h" +#include "elf32.h" int strtab_get_str(struct elf_str_table *strtab, const char *str, size_t *res) { |