1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Large allocation fixes

This commit is contained in:
Brian Fiete 2019-12-09 10:29:31 -08:00
parent becd673914
commit 601b08fb2d
7 changed files with 36 additions and 36 deletions

View file

@ -265,7 +265,7 @@ public:
DbgSubprogram* mCurMethod;
DbgTypedValue mResult;
DbgTypedValue* mReceivingValue;
int mCountResultOverride;
intptr mCountResultOverride;
DbgTypedValue mExplicitThis;
BfExpression* mExplicitThisExpr;
Array<DbgCallResult>* mCallResults;