mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Fixed split deferred call processor
This commit is contained in:
parent
e09b701e9f
commit
acb644830c
6 changed files with 97 additions and 8 deletions
|
@ -8453,6 +8453,9 @@ void BeMCContext::DoFrameObjPass()
|
|||
// If we're doing UseBP, we have to allocate these at call time
|
||||
int homeSize = BF_ALIGN(BF_MAX(mMaxCallParamCount, 4) * 8, 16);
|
||||
|
||||
if (mMaxCallParamCount == -1)
|
||||
homeSize = 0;
|
||||
|
||||
mStackSize = 0;
|
||||
|
||||
if (mUseBP)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue