Fix if statement label

This commit is contained in:
Rerumu 2022-05-20 23:01:05 -04:00
parent 280979d00f
commit 8464d70a93

View File

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