diff options
Diffstat (limited to '')
-rw-r--r-- | masm/asm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |