From: Peter Maydell Date: Mon, 4 Sep 2017 14:21:52 +0000 (+0100) Subject: target/arm: Fix outdated comment about exception exit X-Git-Tag: qemu-xen-4.11.0-rc1~206^2~26 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9d17da4b68a05fc78daa47f0f3d914eea5d802ea;p=qemu-xen.git target/arm: Fix outdated comment about exception exit When we switched our handling of exception exit to detect the magic addresses at translate time rather than via a do_unassigned_access hook, we forgot to update a comment; correct the omission. Signed-off-by: Peter Maydell Reviewed-by: Edgar E. Iglesias Reviewed-by: Richard Henderson Message-id: 1501692241-23310-8-git-send-email-peter.maydell@linaro.org --- diff --git a/target/arm/helper.c b/target/arm/helper.c index 81906825e6..2fb0202a28 100644 --- a/target/arm/helper.c +++ b/target/arm/helper.c @@ -6138,7 +6138,7 @@ static void do_v7m_exception_exit(ARMCPU *cpu) bool rettobase = false; /* We can only get here from an EXCP_EXCEPTION_EXIT, and - * arm_v7m_do_unassigned_access() enforces the architectural rule + * gen_bx_excret() enforces the architectural rule * that jumps to magic addresses don't have magic behaviour unless * we're in Handler mode (compare pseudocode BXWritePC()). */