diff options
author | Doug Evans <dje@google.com> | 2010-01-06 05:10:53 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2010-01-06 05:10:53 +0000 |
commit | 68eeb703d6fefd04e5e1c50120d379416c9486c2 (patch) | |
tree | b2a831ee13dd3d17b85e30e55f40741412a92577 /sim/lm32/decode.c | |
parent | ec11f05583d63315b43233e9c76cbb876b3d5e76 (diff) | |
download | gdb-68eeb703d6fefd04e5e1c50120d379416c9486c2.zip gdb-68eeb703d6fefd04e5e1c50120d379416c9486c2.tar.gz gdb-68eeb703d6fefd04e5e1c50120d379416c9486c2.tar.bz2 |
* cpu.h: Regenerate.
* decode.c: Regenerate.
Diffstat (limited to 'sim/lm32/decode.c')
-rw-r--r-- | sim/lm32/decode.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/lm32/decode.c b/sim/lm32/decode.c index 68acdeb..cdc4195 100644 --- a/sim/lm32/decode.c +++ b/sim/lm32/decode.c @@ -474,7 +474,7 @@ lm32bf_decode (SIM_CPU *current_cpu, IADDR pc, #define FLD(f) abuf->fields.sfmt_bi.f SI f_call; - f_call = ((pc) + (((int) (((EXTRACT_LSB0_SINT (insn, 32, 25, 26)) << (6))) >> (4)))); + f_call = ((pc) + (((SI) (((EXTRACT_LSB0_SINT (insn, 32, 25, 26)) << (6))) >> (4)))); /* Record the fields for the semantic handler. */ FLD (i_call) = f_call; @@ -495,7 +495,7 @@ lm32bf_decode (SIM_CPU *current_cpu, IADDR pc, f_r0 = EXTRACT_LSB0_UINT (insn, 32, 25, 5); f_r1 = EXTRACT_LSB0_UINT (insn, 32, 20, 5); - f_branch = ((pc) + (((int) (((EXTRACT_LSB0_SINT (insn, 32, 15, 16)) << (16))) >> (14)))); + f_branch = ((pc) + (((SI) (((EXTRACT_LSB0_SINT (insn, 32, 15, 16)) << (16))) >> (14)))); /* Record the fields for the semantic handler. */ FLD (f_r0) = f_r0; @@ -531,7 +531,7 @@ lm32bf_decode (SIM_CPU *current_cpu, IADDR pc, #define FLD(f) abuf->fields.sfmt_bi.f SI f_call; - f_call = ((pc) + (((int) (((EXTRACT_LSB0_SINT (insn, 32, 25, 26)) << (6))) >> (4)))); + f_call = ((pc) + (((SI) (((EXTRACT_LSB0_SINT (insn, 32, 25, 26)) << (6))) >> (4)))); /* Record the fields for the semantic handler. */ FLD (i_call) = f_call; |