mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Soft error on some malformed PDB cases
This commit is contained in:
parent
cf6ade5e45
commit
1abccdedf8
6 changed files with 48 additions and 7 deletions
|
@ -297,6 +297,7 @@ public:
|
|||
|
||||
public:
|
||||
virtual void Fail(const StringImpl& error) override;
|
||||
virtual void SoftFail(const StringImpl& error);
|
||||
virtual void HardFail(const StringImpl& error) override;
|
||||
|
||||
virtual void ParseGlobalsData() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue