mirror of
https://github.com/qemu/qemu.git
synced 2024-11-26 21:33:40 +08:00
target-alpha: Implement WH64EN
Backward compatible cache insn introduced for EV7. Reported-by: Al Viro <viro@ZenIV.linux.org.uk> Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
4d1628e832
commit
2517def6f8
@ -2318,6 +2318,10 @@ static ExitStatus translate_one(DisasContext *ctx, uint32_t insn)
|
||||
/* WH64 */
|
||||
/* No-op */
|
||||
break;
|
||||
case 0xFC00:
|
||||
/* WH64EN */
|
||||
/* No-op */
|
||||
break;
|
||||
default:
|
||||
goto invalid_opc;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user