update widgets
This commit is contained in:
parent
c41dcf9efa
commit
eb079e1386
24 changed files with 284 additions and 370 deletions
|
|
@ -543,9 +543,9 @@ void FunctionDefinition::generateByteCode(ByteCode& out) {
|
|||
|
||||
List<Instruction>::Node* FunctionDefinition::inst(Instruction inst) {
|
||||
mInstructions.pushBack(inst);
|
||||
auto out = &mInstructions.last()->data;
|
||||
auto out = &mInstructions.lastNode()->data;
|
||||
out->mInstIdx = (alni) mInstructions.length() - 1;
|
||||
return mInstructions.last();
|
||||
return mInstructions.lastNode();
|
||||
}
|
||||
|
||||
void obj::initialize() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue