Fix an unused function warning.

This commit is contained in:
Alexei Svitkine 2012-06-18 19:00:25 -04:00
parent 3c66c348c2
commit 5a5b7176da

View File

@ -2504,6 +2504,7 @@ static bool arm_skip_instruction(unsigned long * regs)
*/
#ifdef HAVE_MACH_EXCEPTIONS
#ifdef EMULATED_PPC
static void mach_get_exception_state(sigsegv_info_t *SIP)
{
SIP->exc_state_count = SIGSEGV_EXCEPTION_STATE_COUNT;
@ -2514,6 +2515,7 @@ static void mach_get_exception_state(sigsegv_info_t *SIP)
MACH_CHECK_ERROR(thread_get_state, krc);
SIP->has_exc_state = true;
}
#endif
static void mach_get_thread_state(sigsegv_info_t *SIP)
{