mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-02 21:44:34 +00:00
Update codegen.rs
This commit is contained in:
parent
c6ddb01241
commit
a6b72ea636
1 changed files with 1 additions and 0 deletions
|
@ -2563,6 +2563,7 @@ impl PyCodeGenerator {
|
||||||
} else {
|
} else {
|
||||||
self.write_instr(Opcode310::CALL_FUNCTION);
|
self.write_instr(Opcode310::CALL_FUNCTION);
|
||||||
self.write_arg(1);
|
self.write_arg(1);
|
||||||
|
self.stack_dec();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
self.write_instr(RAISE_VARARGS);
|
self.write_instr(RAISE_VARARGS);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue