1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Random change to test reviews

This commit is contained in:
Takashi Kokubun 2022-09-13 14:25:47 +09:00
parent f3e039111e
commit 814b10d062
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -1066,7 +1066,7 @@ impl Assembler
let base = MemBase::Reg(asm.insns[idx].out_opnd().unwrap().unwrap_reg().reg_no);
*opnd = Opnd::Mem(Mem { base, disp, num_bits });
}
_ => {},
_ => {},
}
}