mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-22 17:42:10 -06:00
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>
This commit is contained in:
parent
4d54ec7898
commit
fcda98630b
2 changed files with 3 additions and 3 deletions
|
@ -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)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue