projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c20fec4
)
target-s390: Use TCG_CALL_NO_WG for misc helpers
author
Richard Henderson
<rth@twiddle.net>
Thu, 15 Nov 2012 18:31:29 +0000
(10:31 -0800)
committer
Richard Henderson
<rth@twiddle.net>
Sat, 5 Jan 2013 20:18:46 +0000
(12:18 -0800)
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-s390x/helper.h
patch
|
blob
|
history
diff --git
a/target-s390x/helper.h
b/target-s390x/helper.h
index f5dabb701ec3d03ad2a99ce3a7a024cebc55f3bb..dea7071d841a27e3231c8a740853713c68c0f71c 100644
(file)
--- a/
target-s390x/helper.h
+++ b/
target-s390x/helper.h
@@
-110,7
+110,7
@@
DEF_HELPER_3(csp, i32, env, i32, i64)
DEF_HELPER_4(mvcs, i32, env, i64, i64, i64)
DEF_HELPER_4(mvcp, i32, env, i64, i64, i64)
DEF_HELPER_4(sigp, i32, env, i64, i32, i64)
-DEF_HELPER_
2(sacf
, void, env, i64)
+DEF_HELPER_
FLAGS_2(sacf, TCG_CALL_NO_WG
, void, env, i64)
DEF_HELPER_FLAGS_3(ipte, TCG_CALL_NO_RWG, void, env, i64, i64)
DEF_HELPER_FLAGS_1(ptlb, TCG_CALL_NO_RWG, void, env)
DEF_HELPER_2(lra, i64, env, i64)