dbghelp: Fix typo in trace output.

This commit is contained in:
André Hentschel 2015-05-20 14:31:46 +02:00 committed by Alexandre Julliard
parent 5c4dc9fc56
commit 0d68edf03e
1 changed files with 1 additions and 1 deletions

View File

@ -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);