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>
master
Artyom Tarasenko 2016-04-18 15:30:48 +02:00
parent 7cd39ef234
commit 2f1b529202
No known key found for this signature in database
GPG Key ID: 3360C3F7411A125F
1 changed files with 1 additions and 0 deletions

View File

@ -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 */