From c4205c2599fe08467ad8f7a3b2484b3a41d29198 Mon Sep 17 00:00:00 2001 From: smatz Date: Fri, 25 Dec 2009 11:52:14 +0000 Subject: (svn r18627) -Fix: no need to print 'Registers:' twice in win64 crash logs --- src/os/windows/crashlog_win.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/os') 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" -- cgit v1.2.3-54-g00ecf