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:
parent
f3e039111e
commit
814b10d062
1 changed files with 1 additions and 1 deletions
|
@ -1066,7 +1066,7 @@ impl Assembler
|
||||||
let base = MemBase::Reg(asm.insns[idx].out_opnd().unwrap().unwrap_reg().reg_no);
|
let base = MemBase::Reg(asm.insns[idx].out_opnd().unwrap().unwrap_reg().reg_no);
|
||||||
*opnd = Opnd::Mem(Mem { base, disp, num_bits });
|
*opnd = Opnd::Mem(Mem { base, disp, num_bits });
|
||||||
}
|
}
|
||||||
_ => {},
|
_ => {},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue