mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed backend error vreg handling, softer fails, fixed a forcelink issue
This commit is contained in:
parent
aafefecfa2
commit
8b71f8d49a
4 changed files with 58 additions and 38 deletions
|
@ -1265,7 +1265,7 @@ public:
|
|||
public:
|
||||
void NotImpl();
|
||||
void Fail(const StringImpl& str);
|
||||
void SoftFail(const StringImpl& str, BeDbgLoc* dbgLoc);
|
||||
void SoftFail(const StringImpl& str, BeDbgLoc* dbgLoc = NULL);
|
||||
void ToString(BeMCInst* inst, String& str, bool showVRegFlags, bool showVRegDetails);
|
||||
String ToString(const BeMCOperand& operand);
|
||||
String ToString(bool showVRegFlags = true, bool showVRegDetails = false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue