mirror of
https://github.com/ptitSeb/box86.git
synced 2025-05-08 21:08:57 +08:00
[DYNAREC] Improved a bit running unreadable memory
This commit is contained in:
parent
c2375d030b
commit
d2f033e97a
@ -835,8 +835,8 @@ void my_box86signalhandler(int32_t sig, siginfo_t* info, void * ucntx)
|
||||
#ifdef DYNAREC
|
||||
if((Locks & is_dyndump_locked) && (sig==SIGSEGV) && current_helper) {
|
||||
CancelBlock(0);
|
||||
cancelFillBlock(); // Segfault inside a Fillblock
|
||||
relockMutex(Locks);
|
||||
cancelFillBlock(); // Segfault inside a Fillblock
|
||||
}
|
||||
dynablock_t* db = NULL;
|
||||
int db_searched = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user