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>
This commit is contained in:
Edgar E. Iglesias 2014-05-01 15:24:46 +01:00 committed by Peter Maydell
parent 6ab9f49934
commit 37f0806ed9
1 changed files with 1 additions and 1 deletions

View File

@ -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;