bug fixes.

This commit is contained in:
Mark Thom
2017-08-15 11:06:19 -06:00
parent 1d2c02e9af
commit cc82447c64
7 changed files with 74 additions and 30 deletions

View File

@@ -146,7 +146,7 @@ macro_rules! install_new_block {
macro_rules! goto {
($line:expr, $arity:expr) => (
Line::BuiltIn(BuiltInInstruction::Goto($line, $arity))
Line::Control(ControlInstruction::Goto($line, $arity))
)
}