Fix if statement label
This commit is contained in:
parent
280979d00f
commit
8464d70a93
@ -74,8 +74,8 @@ impl Driver for If {
|
|||||||
s.write(mng, w)?;
|
s.write(mng, w)?;
|
||||||
}
|
}
|
||||||
|
|
||||||
write!(w, "::continue_at_{label}::")?;
|
|
||||||
write!(w, "end ")?;
|
write!(w, "end ")?;
|
||||||
|
write!(w, "::continue_at_{label}::")?;
|
||||||
|
|
||||||
mng.pop_label();
|
mng.pop_label();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user