mirror of
https://github.com/pocketpy/pocketpy
synced 2025-11-09 21:20:17 +00:00
Update expr.cpp
This commit is contained in:
parent
a99b5ee381
commit
5726826f74
@ -600,7 +600,6 @@ namespace pkpy{
|
||||
}else{
|
||||
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);
|
||||
}
|
||||
int KWARGC = kwargs.size();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user