Loading target-arm/op_helper.c +1 −1 Original line number Diff line number Diff line Loading @@ -418,7 +418,7 @@ void HELPER(exception_return)(CPUARMState *env) goto illegal_return; } if (new_el == 0 && (spsr & PSTATE_SP)) { /* Return to EL1 with M[0] bit set */ /* Return to EL0 with M[0] bit set */ goto illegal_return; } env->aarch64 = 1; Loading Loading
target-arm/op_helper.c +1 −1 Original line number Diff line number Diff line Loading @@ -418,7 +418,7 @@ void HELPER(exception_return)(CPUARMState *env) goto illegal_return; } if (new_el == 0 && (spsr & PSTATE_SP)) { /* Return to EL1 with M[0] bit set */ /* Return to EL0 with M[0] bit set */ goto illegal_return; } env->aarch64 = 1; Loading