mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-08 17:54:22 +01:00
null_eq flag disable effect of jump_if_null flag - so it makes no sense to set them both
This commit is contained in:
@@ -85,7 +85,7 @@ macro_rules! emit_cmp_null_insn {
|
||||
lhs: $lhs,
|
||||
rhs: $rhs,
|
||||
target_pc: $cond.jump_target_when_false,
|
||||
flags: CmpInsFlags::default().jump_if_null().null_eq(),
|
||||
flags: CmpInsFlags::default().null_eq(),
|
||||
});
|
||||
}
|
||||
}};
|
||||
|
||||
Reference in New Issue
Block a user