mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
ConstEval updates, better const struct support
This commit is contained in:
parent
9b80c26d0a
commit
be929c3626
21 changed files with 1404 additions and 527 deletions
|
@ -530,8 +530,7 @@ public:
|
|||
Array<BeBlock*> mBlocks;
|
||||
Array<BeFunctionParam> mParams;
|
||||
BeDbgFunction* mDbgFunction;
|
||||
BeGlobalVariable* mRemapBindVar;
|
||||
int mCurElementId;
|
||||
BeGlobalVariable* mRemapBindVar;
|
||||
|
||||
public:
|
||||
BeFunction()
|
||||
|
@ -548,8 +547,7 @@ public:
|
|||
mNoFramePointerElim = false;
|
||||
mIsDLLExport = false;
|
||||
mIsDLLImport = false;
|
||||
mRemapBindVar = NULL;
|
||||
mCurElementId = 0;
|
||||
mRemapBindVar = NULL;
|
||||
}
|
||||
|
||||
BeFunctionType* GetFuncType()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue