fn step(self: *VirtualMachine, allocator: std.mem.Allocator, cie: dwarf.CommonInformationEntry, is_initial: bool, instruction: Instruction) !Row
[src]
Executes a single instruction. If this instruction is from the CIE, is_initial
should be set. Returns the value of current_row
before executing this instruction.