mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Struct cast fix, deferred block fix
This commit is contained in:
parent
2fb4b14e50
commit
8b17718fed
8 changed files with 82 additions and 18 deletions
|
@ -249,6 +249,7 @@ public:
|
|||
SizedArray<BfIRValue, 1> mScopeArgs;
|
||||
Array<BfDeferredCapture> mCaptures;
|
||||
BfBlock* mDeferredBlock;
|
||||
int64 mBlockId;
|
||||
int mHandlerCount;
|
||||
bool mBypassVirtual;
|
||||
bool mDoNullCheck;
|
||||
|
@ -267,6 +268,7 @@ public:
|
|||
mNext = NULL;
|
||||
mSrcNode = NULL;
|
||||
mDeferredBlock = NULL;
|
||||
mBlockId = -1;
|
||||
mHandlerCount = 0;
|
||||
mArgsNeedLoad = false;
|
||||
mCastThis = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue