mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
32-bit consteval fixes
This commit is contained in:
parent
31c89ab8e1
commit
e4fa6776a8
4 changed files with 91 additions and 38 deletions
|
@ -1013,11 +1013,12 @@ void BeIRCodeGen::HandleNextCmd()
|
|||
CMD_PARAM(bool, isOptimized);
|
||||
|
||||
BF_ASSERT(mBeModule == NULL);
|
||||
mPtrSize = ptrSize;
|
||||
mPtrSize = ptrSize;
|
||||
mIsOptimized = isOptimized;
|
||||
mBeContext = new BeContext();
|
||||
mBeModule = new BeModule(moduleName, mBeContext);
|
||||
mBeModule->mBeIRCodeGen = this;
|
||||
mBeModule->mBeIRCodeGen = this;
|
||||
mBeContext->mPointerSize = ptrSize;
|
||||
|
||||
for (auto constInt : mConfigConsts)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue