mirror of
https://github.com/pocketpy/pocketpy
synced 2025-11-10 05:30:16 +00:00
Update expr.cpp
This commit is contained in:
parent
a99b5ee381
commit
5726826f74
@ -600,7 +600,6 @@ namespace pkpy{
|
|||||||
}else{
|
}else{
|
||||||
ctx->emit_(OP_LOAD_CONST, ctx->add_const(py_var(ctx->vm, _val)), line);
|
ctx->emit_(OP_LOAD_CONST, ctx->add_const(py_var(ctx->vm, _val)), line);
|
||||||
}
|
}
|
||||||
ctx->emit_(OP_LOAD_INTEGER, index, line);
|
|
||||||
item.second->emit_(ctx);
|
item.second->emit_(ctx);
|
||||||
}
|
}
|
||||||
int KWARGC = kwargs.size();
|
int KWARGC = kwargs.size();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user