=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: dbghelp: Fix typo in trace output.

Alexandre Julliard julliard at wine.codeweavers.com
Wed May 20 10:04:12 CDT 2015


Module: wine
Branch: master
Commit: 0d68edf03e2d1e09b18cfe2b465c7759b08257e8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0d68edf03e2d1e09b18cfe2b465c7759b08257e8

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed May 20 14:31:46 2015 +0200

dbghelp: Fix typo in trace output.

---

 dlls/dbghelp/cpu_arm64.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dbghelp/cpu_arm64.c b/dlls/dbghelp/cpu_arm64.c
index d80e608..403cde7 100644
--- a/dlls/dbghelp/cpu_arm64.c
+++ b/dlls/dbghelp/cpu_arm64.c
@@ -134,7 +134,7 @@ static BOOL arm64_stack_walk(struct cpu_stack_walk* csw, LPSTACKFRAME64 frame, C
           wine_dbgstr_addr(&frame->AddrFrame),
           wine_dbgstr_addr(&frame->AddrReturn),
           wine_dbgstr_addr(&frame->AddrStack),
-          curr_mode == stm_start ? "start" : "ARM",
+          curr_mode == stm_start ? "start" : "ARM64",
           wine_dbgstr_longlong(curr_count),
           frame->FuncTableEntry);
 




More information about the wine-cvs mailing list