1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Better asserts

This commit is contained in:
Brian Fiete 2020-09-01 15:56:03 -07:00
parent e92eed776c
commit 0700697fe9
2 changed files with 40 additions and 31 deletions

View file

@ -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);