minor fix

This commit is contained in:
kanjitalk755 2018-06-25 22:43:19 +09:00
parent afa52545ff
commit 01a375eefc
1 changed files with 1 additions and 2 deletions

View File

@ -2639,10 +2639,9 @@ static bool handle_badaccess(SIGSEGV_FAULT_HANDLER_ARGLIST_1)
#endif
sigsegv_info_t * const SIP = &SI;
#if defined(__APPLE__) && defined(__x86_64__)
if (!SIP->has_thr_state)
mach_get_thread_state(SIP);
#if defined(__APPLE__) && defined(__x86_64__)
x86_thread_state64_t *ts = &SIP->thr_state;
uint8_t *rip = (uint8_t *)ts->__rip;
switch (rip[0]) {