mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 08:55:40 +01:00
Add missing program counter increment
This commit is contained in:
@@ -1620,6 +1620,7 @@ pub fn op_column(
|
||||
state.registers[*dest] = Register::Value(default.clone());
|
||||
}
|
||||
}
|
||||
state.pc += 1;
|
||||
return Ok(InsnFunctionStepResult::Step);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user