target-sparc: ignore writes to UA2005 CPU mondo queue register
Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com> Reviewed-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
7cd39ef234
commit
2f1b529202
@ -1631,6 +1631,7 @@ void helper_st_asi(CPUSPARCState *env, target_ulong addr, target_ulong val,
|
||||
env->scratch[i] = val;
|
||||
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 New Issue
Block a user