mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
CE stack initialization
This commit is contained in:
parent
e1d7939081
commit
53ba6f6c1f
1 changed files with 1 additions and 0 deletions
|
@ -9571,6 +9571,7 @@ CeContext* CeMachine::AllocContext()
|
|||
ceContext = new CeContext();
|
||||
ceContext->mCeMachine = this;
|
||||
ceContext->mMemory.Reserve(BF_CE_INITIAL_MEMORY);
|
||||
memset(ceContext->mMemory.mVals, 0, BF_CE_INITIAL_MEMORY);
|
||||
}
|
||||
|
||||
ceContext->mCurEmitContext = mCurEmitContext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue