summaryrefslogtreecommitdiff
path: root/masm/asm.h
diff options
context:
space:
mode:
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;