projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0f6ced
)
ppc: Improve the exception helpers flags
author
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Sun, 31 Jul 2016 05:13:11 +0000
(15:13 +1000)
committer
David Gibson
<david@gibson.dropbear.id.au>
Wed, 7 Sep 2016 02:40:12 +0000
(12:40 +1000)
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>
target-ppc/helper.h
patch
|
blob
|
history
diff --git
a/target-ppc/helper.h
b/target-ppc/helper.h
index b0c1db966145e7431c92e4611d1b467122fb607b..d83086e14a16c1294e924c6a7b8063503889c265 100644
(file)
--- a/
target-ppc/helper.h
+++ b/
target-ppc/helper.h
@@
-1,5
+1,5
@@
-DEF_HELPER_
3(raise_exception_err
, void, env, i32, i32)
-DEF_HELPER_
2(raise_exception
, void, env, i32)
+DEF_HELPER_
FLAGS_3(raise_exception_err, TCG_CALL_NO_WG
, void, env, i32, i32)
+DEF_HELPER_
FLAGS_2(raise_exception, TCG_CALL_NO_WG
, void, env, i32)
DEF_HELPER_4(tw, void, env, tl, tl, i32)
#if defined(TARGET_PPC64)
DEF_HELPER_4(td, void, env, tl, tl, i32)