• James Harton's avatar
    Split `Machine::jump` into two parts. · b1146ffa
    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
functions.rs 2.98 KB