mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Improved ce handling of failed irCodeGen, const null ptr handling
This commit is contained in:
parent
2f66bcafcc
commit
e82f9ce3ee
3 changed files with 57 additions and 12 deletions
|
@ -1275,12 +1275,15 @@ public:
|
|||
bool mDbgPaused;
|
||||
bool mSpecialCheck;
|
||||
bool mDbgWantBreak;
|
||||
String mFailString;
|
||||
|
||||
public:
|
||||
CeMachine(BfCompiler* compiler);
|
||||
~CeMachine();
|
||||
|
||||
void Init();
|
||||
void Fail(const StringImpl& error);
|
||||
bool HasFailed();
|
||||
void Init();
|
||||
BeContext* GetBeContext();
|
||||
BeModule* GetBeModule();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue