From: Edgar E. Iglesias Date: Thu, 1 May 2014 14:24:46 +0000 (+0100) Subject: target-arm: Correct a comment refering to EL0 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=37f0806ed9ebaa3b7a7840048818b8916639f2db;p=osstest%2Fqemu.git target-arm: Correct a comment refering to EL0 Signed-off-by: Edgar E. Iglesias Message-id: 1398926097-28097-5-git-send-email-edgar.iglesias@gmail.com Signed-off-by: Peter Maydell --- diff --git a/target-arm/op_helper.c b/target-arm/op_helper.c index 57e7d9c48..fb90676bd 100644 --- a/target-arm/op_helper.c +++ b/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;