mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-23 03:35:09 +00:00
target-sparc: ignore writes to UA2005 CPU mondo queue register
Backports commit 2f1b52920205863024cc86007e88557f4c2c898e from qemu
This commit is contained in:
parent
0c5a21230f
commit
c43a89b2bc
|
@ -1630,6 +1630,7 @@ void helper_st_asi(CPUSPARCState *env, target_ulong addr, target_ulong val,
|
|||
case ASI_INTR_RECEIVE: /* Interrupt data receive */
|
||||
env->ivec_status = val & 0x20;
|
||||
return;
|
||||
case ASI_QUEUE: /* UA2005 CPU mondo queue */
|
||||
case ASI_DCACHE_DATA: /* D-cache data */
|
||||
case ASI_DCACHE_TAG: /* D-cache tag access */
|
||||
case ASI_ESTATE_ERROR_EN: /* E-cache error enable */
|
||||
|
|
Loading…
Reference in a new issue