mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Arithmetic overflow checks
This commit is contained in:
parent
1f0d2dcc82
commit
eb375362a1
29 changed files with 503 additions and 87 deletions
|
@ -61,4 +61,11 @@ enum DbgAddrType : uint8
|
|||
DbgAddrType_Alias
|
||||
};
|
||||
|
||||
enum DbgBreakKind
|
||||
{
|
||||
DbgBreakKind_None,
|
||||
DbgBreakKind_ObjectAccess,
|
||||
DbgBreakKind_ArithmeticOverflow
|
||||
};
|
||||
|
||||
NS_BF_END
|
Loading…
Add table
Add a link
Reference in a new issue