mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
target-s390: Convert STURA
Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
2c423fc070
commit
204504e2fa
4 changed files with 13 additions and 15 deletions
|
@ -107,7 +107,7 @@ DEF_HELPER_2(sacf, 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)
|
||||
DEF_HELPER_3(stura, void, env, i64, i32)
|
||||
DEF_HELPER_3(stura, void, env, i64, i64)
|
||||
#endif
|
||||
|
||||
#include "exec/def-helper.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue