diff options
Diffstat (limited to 'target-lm32/lm32-decode.h')
-rw-r--r-- | target-lm32/lm32-decode.h | 2 |
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)} |