ppc: Improve the exception helpers flags

They generate exceptions, but they don't update the environment

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
Benjamin Herrenschmidt 2016-07-31 15:13:11 +10:00 committed by David Gibson
parent d0f6ced17f
commit 76a3d2f750
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
DEF_HELPER_3(raise_exception_err, void, env, i32, i32) DEF_HELPER_FLAGS_3(raise_exception_err, TCG_CALL_NO_WG, void, env, i32, i32)
DEF_HELPER_2(raise_exception, void, env, i32) DEF_HELPER_FLAGS_2(raise_exception, TCG_CALL_NO_WG, void, env, i32)
DEF_HELPER_4(tw, void, env, tl, tl, i32) DEF_HELPER_4(tw, void, env, tl, tl, i32)
#if defined(TARGET_PPC64) #if defined(TARGET_PPC64)
DEF_HELPER_4(td, void, env, tl, tl, i32) DEF_HELPER_4(td, void, env, tl, tl, i32)