1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Use __except on ConservativeScan

This commit is contained in:
Brian Fiete 2022-01-09 11:28:30 -05:00
parent b9eada28ee
commit 8f02a81f53

View file

@ -817,7 +817,7 @@ void BFGC::ConservativeScan(void* startAddr, int length)
ptr = (uint8*)ptr + sizeof(intptr); ptr = (uint8*)ptr + sizeof(intptr);
} }
} }
__finally __except (EXCEPTION_CONTINUE_EXECUTION)
{ {
} }