mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
Add release pseudo-instruction
This commit is contained in:
@@ -123,7 +123,7 @@ impl FnState {
|
||||
Instruction::Next(_, _) => {}
|
||||
Instruction::UnpackIterRes(_, _, _) => {}
|
||||
},
|
||||
FnLine::Label(..) | FnLine::Empty | FnLine::Comment(..) => {}
|
||||
FnLine::Label(..) | FnLine::Empty | FnLine::Comment(..) | FnLine::Release(..) => {}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -285,6 +285,9 @@ impl FnState {
|
||||
},
|
||||
FnLine::Label(..) => self.clear(),
|
||||
FnLine::Empty | FnLine::Comment(..) => {}
|
||||
FnLine::Release(_reg) => {
|
||||
// TODO
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user