mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-03 16:34:19 +01:00
remove misleading comment
This commit is contained in:
@@ -166,8 +166,6 @@ pub fn emit_offset(program: &mut ProgramBuilder, jump_to: BranchOffset, reg_offs
|
||||
let Some(reg_offset) = ®_offset else {
|
||||
return;
|
||||
};
|
||||
|
||||
program.add_comment(program.offset(), "OFFSET const");
|
||||
program.emit_insn(Insn::IfPos {
|
||||
reg: *reg_offset,
|
||||
target_pc: jump_to,
|
||||
|
||||
Reference in New Issue
Block a user