mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
GC read fail fix
This commit is contained in:
parent
bac91516e7
commit
4fd0623451
1 changed files with 1 additions and 1 deletions
|
@ -817,7 +817,7 @@ void BFGC::ConservativeScan(void* startAddr, int length)
|
|||
ptr = (uint8*)ptr + sizeof(intptr);
|
||||
}
|
||||
}
|
||||
__except (EXCEPTION_CONTINUE_EXECUTION)
|
||||
__except (EXCEPTION_EXECUTE_HANDLER)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue