projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85c19af
)
include/exec: typedef abi_ptr to vaddr
author
Anton Johansson
<anjo@rev.ng>
Fri, 19 Jan 2024 14:40:00 +0000
(15:40 +0100)
committer
Richard Henderson
<richard.henderson@linaro.org>
Sun, 28 Jan 2024 21:06:03 +0000
(07:06 +1000)
Signed-off-by: Anton Johansson <anjo@rev.ng>
Message-Id: <
20240119144024
.14289-11-anjo@rev.ng>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/exec/cpu_ldst.h
patch
|
blob
|
history
diff --git
a/include/exec/cpu_ldst.h
b/include/exec/cpu_ldst.h
index 6061e33ac95cfa6964a2c7f844afe849c3e43766..eb8f3f059537804b236d877d20250559df3dddeb 100644
(file)
--- a/
include/exec/cpu_ldst.h
+++ b/
include/exec/cpu_ldst.h
@@
-121,8
+121,8
@@
static inline bool guest_range_valid_untagged(abi_ulong start, abi_ulong len)
h2g_nocheck(x); \
})
#else
-typedef
target_ulong
abi_ptr;
-#define TARGET_ABI_FMT_ptr
TARGET_FMT_l
x
+typedef
vaddr
abi_ptr;
+#define TARGET_ABI_FMT_ptr
VADDR_PRI
x
#endif
uint32_t cpu_ldub_data(CPUArchState *env, abi_ptr ptr);