Update expr.cpp

This commit is contained in:
blueloveTH 2024-03-16 18:24:04 +08:00
parent a99b5ee381
commit 5726826f74

View File

@ -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();