Browse Source

target-arm: Correct a comment refering to EL0

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-id: 1398926097-28097-5-git-send-email-edgar.iglesias@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
pull/10/merge
Edgar E. Iglesias 12 years ago
committed by Peter Maydell
parent
commit
37f0806ed9
  1. 2
      target-arm/op_helper.c

2
target-arm/op_helper.c

@ -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…
Cancel
Save