On 09/11/2017 06:52 AM, Peter Maydell wrote: > In the v7M and v8M ARM ARM, the magic exception return values are > referred to as EXC_RETURN values, and in QEMU we use V7M_EXCRET_* > constants to define bits within them. Rename the 'type' variable > which holds the exception return value in do_v7m_exception_exit() > to excret, making it clearer that it does hold an EXC_RETURN value. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/helper.c | 23 ++++++++++++----------- > 1 file changed, 12 insertions(+), 11 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~