mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[DRWTSN32] Update output string copypasta from #268 168223aeb8
.
This commit is contained in:
parent
f463ebe9e7
commit
2a8864967f
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ void PrintBugreport(FILE* output, DumpData& data)
|
|||
xfprintf(output, "eip:%p esp:%p ebp:%p" NEWLINE,
|
||||
ctx.Eip, ctx.Esp, ctx.Ebp);
|
||||
#elif defined(_M_AMD64)
|
||||
xfprintf(output, "eip:%p esp:%p ebp:%p" NEWLINE,
|
||||
xfprintf(output, "rip:%p rsp:%p rbp:%p" NEWLINE,
|
||||
ctx.Rip, ctx.Rsp, ctx.Rbp);
|
||||
#else
|
||||
#error Unknown architecture
|
||||
|
|
Loading…
Reference in a new issue