Unverified Commit 2f1b5292 authored by Artyom Tarasenko's avatar Artyom Tarasenko
Browse files

target-sparc: ignore writes to UA2005 CPU mondo queue register

parent 7cd39ef2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 */