On 10/2/18 11:35 AM, Peter Maydell wrote: > Check the v8M stack limits when pushing the frame for a > non-secure function call via BLXNS. > > In order to be able to generate the exception we need to > promote raise_exception() from being local to op_helper.c > so we can call it from helper.c. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/internals.h | 9 +++++++++ > target/arm/helper.c | 4 ++++ > target/arm/op_helper.c | 4 ++-- > 3 files changed, 15 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~