mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-24 21:05:23 +00:00
80-col violation.
llvm-svn: 117443
This commit is contained in:
parent
5eeaebe9b8
commit
df4eb2e516
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user