mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 20:34:44 +00:00
Update codegen.rs
This commit is contained in:
parent
18e6c1be9a
commit
c2e7f78b73
1 changed files with 1 additions and 1 deletions
|
@ -1091,7 +1091,7 @@ impl CodeGenerator {
|
|||
let idx_end = self.cur_block().lasti;
|
||||
self.edit_code(idx_jump_forward + 1, (idx_end - idx_jump_forward - 2) / 2);
|
||||
self.stack_dec();
|
||||
self.stack_dec();
|
||||
// self.stack_dec();
|
||||
} else {
|
||||
// no else block
|
||||
let idx_end = self.cur_block().lasti;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue