mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 13:34:17 +02:00
Typofix under bootstraptest, spec and yjit directories
This commit is contained in:
parent
2cdbeb29e6
commit
863ded45a1
7 changed files with 11 additions and 11 deletions
|
@ -135,7 +135,7 @@ impl Assembler
|
|||
// Opnd::Value operands into registers here because:
|
||||
//
|
||||
// - Most instructions can't be encoded with 64-bit immediates.
|
||||
// - We look for Op::Load specifically when emiting to keep GC'ed
|
||||
// - We look for Op::Load specifically when emitting to keep GC'ed
|
||||
// VALUEs alive. This is a sort of canonicalization.
|
||||
let mut unmapped_opnds: Vec<Opnd> = vec![];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue