mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Better COFF errors
This commit is contained in:
parent
95a27d5e93
commit
ce288ad813
3 changed files with 15 additions and 2 deletions
|
@ -1231,8 +1231,8 @@ public:
|
|||
virtual DbgSubprogram* FindSubprogram(DbgType* dbgType, const char* methodName);
|
||||
const char* GetStringTable(DataStream* stream, int stringTablePos);
|
||||
|
||||
void Fail(const StringImpl& error);
|
||||
void HardFail(const StringImpl& error);
|
||||
virtual void Fail(const StringImpl& error);
|
||||
virtual void HardFail(const StringImpl& error);
|
||||
void FindTemplateStr(const char*& name, int& templateNameIdx);
|
||||
void TempRemoveTemplateStr(const char*& name, int& templateNameIdx);
|
||||
void ReplaceTemplateStr(const char*& name, int& templateNameIdx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue