mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
Trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117058 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5e0b2bf657
commit
84ba14f6d0
@ -1,10 +1,10 @@
|
|||||||
//===- Win32/Signals.cpp - Win32 Signals Implementation ---------*- C++ -*-===//
|
//===- Win32/Signals.cpp - Win32 Signals Implementation ---------*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
// This file is distributed under the University of Illinois Open Source
|
// This file is distributed under the University of Illinois Open Source
|
||||||
// License. See LICENSE.TXT for details.
|
// License. See LICENSE.TXT for details.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This file provides the Win32 specific implementation of the Signals class.
|
// This file provides the Win32 specific implementation of the Signals class.
|
||||||
@ -54,7 +54,7 @@ static CRITICAL_SECTION CriticalSection;
|
|||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//=== WARNING: Implementation here must contain only Win32 specific code
|
//=== WARNING: Implementation here must contain only Win32 specific code
|
||||||
//=== and must not be UNIX code
|
//=== and must not be UNIX code
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
@ -208,11 +208,11 @@ void llvm::sys::RunInterruptHandlers() {
|
|||||||
static LONG WINAPI LLVMUnhandledExceptionFilter(LPEXCEPTION_POINTERS ep) {
|
static LONG WINAPI LLVMUnhandledExceptionFilter(LPEXCEPTION_POINTERS ep) {
|
||||||
try {
|
try {
|
||||||
Cleanup();
|
Cleanup();
|
||||||
|
|
||||||
#ifdef _WIN64
|
#ifdef _WIN64
|
||||||
// TODO: provide a x64 friendly version of the following
|
// TODO: provide a x64 friendly version of the following
|
||||||
#else
|
#else
|
||||||
|
|
||||||
// Initialize the STACKFRAME structure.
|
// Initialize the STACKFRAME structure.
|
||||||
STACKFRAME StackFrame;
|
STACKFRAME StackFrame;
|
||||||
memset(&StackFrame, 0, sizeof(StackFrame));
|
memset(&StackFrame, 0, sizeof(StackFrame));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user