1
0
Fork 0
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:
Brian Fiete 2020-11-16 10:02:54 -08:00
parent 826a7e6fba
commit 3c131632b4
2 changed files with 27 additions and 20 deletions

View file

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