-
James Harton authored
- `Machine::jump` now just does a jump and does not manipulate the stack frame. If you were using `jump` before you probably now want to use `call`. - `Machine::call` adds a stack frame and calls `jump`.b1146ffa
- `Machine::jump` now just does a jump and does not manipulate the stack frame.
If you were using `jump` before you probably now want to use `call`.
- `Machine::call` adds a stack frame and calls `jump`.