mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +00:00
Test commit, wraps some lines to fit in 80 columns.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210551 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c4f9370391
commit
9a7d793fd1
@ -22,7 +22,8 @@ namespace {
|
||||
|
||||
struct CrashRecoveryContextImpl;
|
||||
|
||||
static ManagedStatic<sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext;
|
||||
static ManagedStatic<
|
||||
sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext;
|
||||
|
||||
struct CrashRecoveryContextImpl {
|
||||
CrashRecoveryContext *CRC;
|
||||
@ -231,7 +232,8 @@ void CrashRecoveryContext::Disable() {
|
||||
|
||||
#include <signal.h>
|
||||
|
||||
static const int Signals[] = { SIGABRT, SIGBUS, SIGFPE, SIGILL, SIGSEGV, SIGTRAP };
|
||||
static const int Signals[] =
|
||||
{ SIGABRT, SIGBUS, SIGFPE, SIGILL, SIGSEGV, SIGTRAP };
|
||||
static const unsigned NumSignals = sizeof(Signals) / sizeof(Signals[0]);
|
||||
static struct sigaction PrevActions[NumSignals];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user