From 0c8ad22d45ea74b1687cc3b6f452c5a0939873a5 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 12 Sep 2024 08:37:46 -0400 Subject: big endian --- masm/asm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'masm/asm.h') 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; -- cgit v1.2.3-freya