summaryrefslogtreecommitdiff
path: root/masm/asm.c
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-09-13 20:15:56 -0400
committerFreya Murphy <freya@freyacat.org>2024-09-13 20:15:56 -0400
commit3e6b94ac2fe1870013dd45e2f4076cb829873972 (patch)
tree835f51cd5c83ed248de0feea7e320c2e74cd9897 /masm/asm.c
parentbetter (diff)
downloadmips-3e6b94ac2fe1870013dd45e2f4076cb829873972.tar.gz
mips-3e6b94ac2fe1870013dd45e2f4076cb829873972.tar.bz2
mips-3e6b94ac2fe1870013dd45e2f4076cb829873972.zip
fix store/load with labels
Diffstat (limited to '')
-rw-r--r--masm/asm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/masm/asm.c b/masm/asm.c
index fb8d12c..0f07079 100644
--- a/masm/asm.c
+++ b/masm/asm.c
@@ -262,8 +262,6 @@ static int handle_ins(struct assembler *assembler,
if (reltab_push(&sec->reltab, rel))
return M_ERROR;
-
- break;
}
return M_SUCCESS;