Skip to content

Commit 2999c93

Browse files
committed
remove stuttering
1 parent b047357 commit 2999c93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zjit/src/hir.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4422,7 +4422,7 @@ impl Function {
44224422

44234423
let fields_obj = self.push_insn(block, Insn::LoadField {
44244424
recv: self_val, id: FieldName::fields_obj,
4425-
offset: offset,
4425+
offset,
44264426
return_type: types::RubyValue,
44274427
});
44284428
self.load_ivar_from_fields(block, fields_obj, recv_type.flags().is_fields_embedded(), id, ivar_index)

0 commit comments

Comments
 (0)