mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
target-s390: Convert RRBE
Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
2bbde27f25
commit
5cc69c54f6
4 changed files with 14 additions and 14 deletions
|
@ -635,6 +635,8 @@
|
|||
C(0xdb00, MVCS, SS_d, Z, la1, a2, 0, 0, mvcs, 0)
|
||||
/* PURGE TLB */
|
||||
C(0xb20d, PTLB, S, Z, 0, 0, 0, 0, ptlb, 0)
|
||||
/* RESET REFERENCE BIT EXTENDED */
|
||||
C(0xb22a, RRBE, RRE, Z, 0, r2_o, 0, 0, rrbe, 0)
|
||||
/* SET ADDRESSING MODE */
|
||||
/* We only do 64-bit, so accept this as a no-op.
|
||||
Let SAM24 and SAM31 signal illegal instruction. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue