mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Fix for malformed (?) PDB issues
This commit is contained in:
parent
826a7e6fba
commit
3c131632b4
2 changed files with 27 additions and 20 deletions
|
@ -357,6 +357,7 @@ public:
|
|||
int64 CvParseConstant(uint16 constVal, uint8*& data);
|
||||
int64 CvParseConstant(uint8*& data);
|
||||
DbgType* CvGetType(int typeId);
|
||||
DbgType* CvGetTypeSafe(int typeId);
|
||||
DbgType* CvGetType(int typeId, CvCompileUnit* compileUnit);
|
||||
int CvGetTagStart(int tagIdx, bool ipi);
|
||||
int CvGetTagSize(int tagIdx, bool ipi);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue