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

Fixed ce dependency issue

This commit is contained in:
Brian Fiete 2021-01-01 15:33:17 -08:00
parent 06a1ea841f
commit 3b1a5fd4d6
2 changed files with 9 additions and 6 deletions

View file

@ -627,7 +627,7 @@ public:
HashSet<int> mStaticCtorExecSet;
CeAppendAllocInfo* mAppendAllocInfo;
CeFunction* mCurCEFunction;
CeFunction* mPreparingFunction;
BfAstNode* mCurTargetSrc;
BfMethodInstance* mCurMethodInstance;
BfModule* mCurModule;