mirror of https://github.com/PCSX2/pcsx2.git
common linux: Fix Wunused-variable warning.
This commit is contained in:
parent
0988b08f7a
commit
5c104f8e1d
|
@ -48,9 +48,10 @@ extern void SignalExit(int sig);
|
|||
|
||||
static const uptr m_pagemask = getpagesize() - 1;
|
||||
|
||||
static struct sigaction s_old_sigsegv_action;
|
||||
#if defined(__APPLE__)
|
||||
static struct sigaction s_old_sigbus_action;
|
||||
#else
|
||||
static struct sigaction s_old_sigsegv_action;
|
||||
#endif
|
||||
|
||||
// Linux implementation of SIGSEGV handler. Bind it using sigaction().
|
||||
|
|
Loading…
Reference in New Issue