mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Fixed clang build. (nw)
This commit is contained in:
parent
efb22342e3
commit
eab88c5687
@ -22,8 +22,8 @@ private:
|
||||
struct sigaction m_old_SIGTRAP_action;
|
||||
struct sigaction m_old_SIGSEGV_action;
|
||||
struct sigaction m_old_SIGBUS_action;
|
||||
struct sigaction m_old_SIGABRT_action;
|
||||
struct sigaction m_old_SIGALRM_action;
|
||||
//struct sigaction m_old_SIGABRT_action;
|
||||
//struct sigaction m_old_SIGALRM_action;
|
||||
};
|
||||
|
||||
#if !defined (__GNUC__)
|
||||
@ -35,7 +35,7 @@ private:
|
||||
#define UNITTEST_THROW_SIGNALS_POSIX_ONLY \
|
||||
UnitTest::SignalTranslator sig; \
|
||||
if (UNITTEST_EXTENSION sigsetjmp(*UnitTest::SignalTranslator::s_jumpTarget, 1) != 0) \
|
||||
throw ("Unhandled system exception");
|
||||
throw ("Unhandled system exception");
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user