summaryrefslogtreecommitdiff
path: root/src/os
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-12-25 11:52:14 +0000
committersmatz <smatz@openttd.org>2009-12-25 11:52:14 +0000
commitc4205c2599fe08467ad8f7a3b2484b3a41d29198 (patch)
treea774ab41a801954de755ac4033800a1f64cf0036 /src/os
parent770c5d0594aaf62ea4a6b6fd9c777c1a8988e616 (diff)
downloadopenttd-c4205c2599fe08467ad8f7a3b2484b3a41d29198.tar.xz
(svn r18627) -Fix: no need to print 'Registers:' twice in win64 crash logs
Diffstat (limited to 'src/os')
-rw-r--r--src/os/windows/crashlog_win.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os/windows/crashlog_win.cpp b/src/os/windows/crashlog_win.cpp
index 6654eec61..0d5b60040 100644
--- a/src/os/windows/crashlog_win.cpp
+++ b/src/os/windows/crashlog_win.cpp
@@ -228,7 +228,6 @@ static char *PrintModuleInfo(char *output, const char *last, HMODULE mod)
buffer += seprintf(buffer, last, "Registers:\n");
#ifdef _M_AMD64
buffer += seprintf(buffer, last,
- "Registers:\n"
" RAX: %.16llX RBX: %.16llX RCX: %.16llX RDX: %.16llX\n"
" RSI: %.16llX RDI: %.16llX RBP: %.16llX RSP: %.16llX\n"
" R8: %.16llX R9: %.16llX R10: %.16llX R11: %.16llX\n"