projects
/
wine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e087713
)
retrieve the correct union member
author
Michael Gilbert
<mgilbert@debian.org>
Wed, 6 Jul 2022 00:44:32 +0000
(
01:44
+0100)
committer
Michael Gilbert
<mgilbert@debian.org>
Wed, 6 Jul 2022 00:44:32 +0000
(
01:44
+0100)
Gbp-Pq: Topic arm64
Gbp-Pq: Name incorrect-member.patch
dlls/dbghelp/cpu_arm64.c
patch
|
blob
|
history
diff --git
a/dlls/dbghelp/cpu_arm64.c
b/dlls/dbghelp/cpu_arm64.c
index 2c767e78de4c639a177d26e2a2769e642a0b27b5..be1570b1a06425cf494c13ded0b6272d444bb732 100644
(file)
--- a/
dlls/dbghelp/cpu_arm64.c
+++ b/
dlls/dbghelp/cpu_arm64.c
@@
-170,7
+170,7
@@
static unsigned arm64_map_dwarf_register(unsigned regno, const struct module* mo
static void *arm64_fetch_context_reg(union ctx *pctx, unsigned regno, unsigned *size)
{
#ifdef __aarch64__
- CONTEXT *ctx =
p
ctx;
+ CONTEXT *ctx =
&pctx->
ctx;
switch (regno)
{