1
0
Fork 0
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:
Brian Fiete 2025-05-27 11:52:34 +02:00
parent 2f66bcafcc
commit e82f9ce3ee
3 changed files with 57 additions and 12 deletions

View file

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