projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11d03f6
)
80-col violation.
author
Mikhail Glushenkov
<foldr@codedgers.com>
Wed, 27 Oct 2010 09:09:10 +0000
(09:09 +0000)
committer
Mikhail Glushenkov
<foldr@codedgers.com>
Wed, 27 Oct 2010 09:09:10 +0000
(09:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117443
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/System/Win32/Signals.inc
patch
|
blob
|
history
diff --git
a/lib/System/Win32/Signals.inc
b/lib/System/Win32/Signals.inc
index 3f33d89a0313f5033fe94216fe562bcc9dd2e7ff..5fb4d6c2c04355f8f791c8cdcb5af30e59a9a4a2 100644
(file)
--- a/
lib/System/Win32/Signals.inc
+++ b/
lib/System/Win32/Signals.inc
@@
-247,7
+247,8
@@
static LONG WINAPI LLVMUnhandledExceptionFilter(LPEXCEPTION_POINTERS ep) {
fprintf(stderr, "%08lX", PC);
// Print the parameters. Assume there are four.
- fprintf(stderr, " (0x%08lX 0x%08lX 0x%08lX 0x%08lX)", StackFrame.Params[0],
+ fprintf(stderr, " (0x%08lX 0x%08lX 0x%08lX 0x%08lX)",
+ StackFrame.Params[0],
StackFrame.Params[1], StackFrame.Params[2], StackFrame.Params[3]);
// Verify the PC belongs to a module in this process.