mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Better asserts
This commit is contained in:
parent
e92eed776c
commit
0700697fe9
2 changed files with 40 additions and 31 deletions
|
@ -1346,6 +1346,7 @@ public:
|
|||
public:
|
||||
void NotImpl();
|
||||
void Fail(const StringImpl& str);
|
||||
void AssertFail(const StringImpl& str, int line);
|
||||
void SoftFail(const StringImpl& str, BeDbgLoc* dbgLoc = NULL);
|
||||
void ToString(BeMCInst* inst, String& str, bool showVRegFlags, bool showVRegDetails);
|
||||
String ToString(const BeMCOperand& operand);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue