codegen.c: fixed a bug in post mandatory arguments.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-11-17 16:34:44 +09:00
parent f5d9aab372
commit f4e18a5d84
+1 -1
View File
@@ -1434,7 +1434,7 @@ lambda_body(codegen_scope *s, node *tree, int blk)
}
}
if (pargs) {
node *n = margs;
node *n = pargs;
pos = ma+oa+ra+1;
while (n) {