Loading target-ppc/mmu_helper.c +1 −1 Original line number Diff line number Diff line Loading @@ -2061,7 +2061,7 @@ void helper_store_sr(CPUPPCState *env, target_ulong srnum, target_ulong value) /* ESID = srnum */ rb |= ((uint32_t)srnum & 0xf) << 28; /* Set the valid bit */ rb |= 1 << 27; rb |= SLB_ESID_V; /* Index = ESID */ rb |= (uint32_t)srnum; Loading Loading
target-ppc/mmu_helper.c +1 −1 Original line number Diff line number Diff line Loading @@ -2061,7 +2061,7 @@ void helper_store_sr(CPUPPCState *env, target_ulong srnum, target_ulong value) /* ESID = srnum */ rb |= ((uint32_t)srnum & 0xf) << 28; /* Set the valid bit */ rb |= 1 << 27; rb |= SLB_ESID_V; /* Index = ESID */ rb |= (uint32_t)srnum; Loading