aboutsummaryrefslogtreecommitdiff
path: root/target-lm32/lm32-decode.h
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2011-03-07 23:00:13 +0100
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>2011-03-31 08:54:05 +0200
commitfcda98630b121a63c9de0705df02e59f4dc2fecc (patch)
tree9852e155b5db98e5346fb950b5ce6fc42f35b9ff /target-lm32/lm32-decode.h
parent4d54ec7898bd951007cb6122d5315584bd41d0c4 (diff)
lm32: rename raise opcode to scall
To be consistent with the new reference manual. Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'target-lm32/lm32-decode.h')
-rw-r--r--target-lm32/lm32-decode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-lm32/lm32-decode.h b/target-lm32/lm32-decode.h
index f745b39626..42205d931e 100644
--- a/target-lm32/lm32-decode.h
+++ b/target-lm32/lm32-decode.h
@@ -60,7 +60,7 @@
#define DEC_NOR {B8(00000001), B8(00011111)}
#define DEC_OR {B8(00001110), B8(00011111)}
#define DEC_ORHI {B8(00011110), B8(00111111)}
-#define DEC_RAISE {B8(00101011), B8(00111111)}
+#define DEC_SCALL {B8(00101011), B8(00111111)}
#define DEC_RCSR {B8(00100100), B8(00111111)}
#define DEC_SB {B8(00001100), B8(00111111)}
#define DEC_SEXTB {B8(00101100), B8(00111111)}