summaryrefslogtreecommitdiff
path: root/68kinst.h
diff options
context:
space:
mode:
Diffstat (limited to '68kinst.h')
-rw-r--r--68kinst.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/68kinst.h b/68kinst.h
index 8b5a089..842ab12 100644
--- a/68kinst.h
+++ b/68kinst.h
@@ -158,9 +158,7 @@ typedef struct {
uint8_t sec;
int32_t displacement;
} regs;
- uint8_t u8;
- uint16_t u16;
- uint32_t u32;
+ uint32_t immed;
} params;
} m68k_op_info;