mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Use __except on ConservativeScan
This commit is contained in:
parent
b9eada28ee
commit
8f02a81f53
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);
|
ptr = (uint8*)ptr + sizeof(intptr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
__finally
|
__except (EXCEPTION_CONTINUE_EXECUTION)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue