mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
target-tricore: add SYS_RESTORE instruction of the v1.6 ISA
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Reviewed-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
e5c96c82bc
commit
bc3551c433
2 changed files with 11 additions and 0 deletions
|
@ -1434,4 +1434,5 @@ enum {
|
|||
OPC2_32_SYS_SVLCX = 0x08,
|
||||
OPC2_32_SYS_TRAPSV = 0x15,
|
||||
OPC2_32_SYS_TRAPV = 0x14,
|
||||
OPC2_32_SYS_RESTORE = 0x0e,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue