summaryrefslogtreecommitdiff
path: root/68kinst.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2012-11-27 22:43:32 -0800
committerMike Pavone <pavone@retrodev.com>2012-11-27 22:43:32 -0800
commitbdd96f6316e1a951fb35aae24c0ed3ce88944873 (patch)
tree39da535c8645f78f75a93052997e81c7095e4b2d /68kinst.h
parent707e8f0e6a9d5518ecb91afdcc1cf26e35eb82a3 (diff)
Make x86 generator generic with respect to operand size for immediate parameters.
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;