forked from Imagelibrary/binutils-gdb
sim: ppc: drop natural types
These are almost entirely unused. For the very few places using them, replace with explicit signed types. This matches what was done in the common sim code.
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
|
||||
#define ALU_BEGIN(val) \
|
||||
{ \
|
||||
natural_word alu_val; \
|
||||
signed_word alu_val; \
|
||||
unsigned64 alu_carry_val; \
|
||||
signed64 alu_overflow_val; \
|
||||
ALU_SET(val)
|
||||
|
||||
Reference in New Issue
Block a user