summaryrefslogtreecommitdiff
path: root/masm/asm.h
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-09-12 08:37:46 -0400
committerFreya Murphy <freya@freyacat.org>2024-09-12 08:37:46 -0400
commit0c8ad22d45ea74b1687cc3b6f452c5a0939873a5 (patch)
tree8ab44b1048e73f52ee9e597f85fff38e277801b9 /masm/asm.h
parentadd ascii and asciiz directives, fix symtab bug (diff)
downloadmips-0c8ad22d45ea74b1687cc3b6f452c5a0939873a5.tar.gz
mips-0c8ad22d45ea74b1687cc3b6f452c5a0939873a5.tar.bz2
mips-0c8ad22d45ea74b1687cc3b6f452c5a0939873a5.zip
big endian
Diffstat (limited to '')
-rw-r--r--masm/asm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/masm/asm.h b/masm/asm.h
index 267aa1c..81099fc 100644
--- a/masm/asm.h
+++ b/masm/asm.h
@@ -118,7 +118,7 @@ struct section_entry {
char data;
// data
- struct mips_instruction ins;
+ uint32_t ins;
char str[MAX_LEX_LENGTH];
int32_t word;
int16_t half;