compiler.cfg.instructions: more typos
parent
82fb1879af
commit
2ca8d543f1
|
@ -542,7 +542,7 @@ temp: temp/int-rep ;
|
||||||
|
|
||||||
PURE-INSN: ##box-displaced-alien
|
PURE-INSN: ##box-displaced-alien
|
||||||
def: dst/tagged-rep
|
def: dst/tagged-rep
|
||||||
use: displacement/int-rep base/int-rep
|
use: displacement/int-rep base/tagged-rep
|
||||||
temp: temp/int-rep
|
temp: temp/int-rep
|
||||||
literal: base-class ;
|
literal: base-class ;
|
||||||
|
|
||||||
|
@ -665,7 +665,7 @@ def: dst/tagged-rep
|
||||||
literal: offset ;
|
literal: offset ;
|
||||||
|
|
||||||
INSN: ##set-vm-field
|
INSN: ##set-vm-field
|
||||||
use: src/int-rep
|
use: src/tagged-rep
|
||||||
literal: offset ;
|
literal: offset ;
|
||||||
|
|
||||||
! FFI
|
! FFI
|
||||||
|
|
Loading…
Reference in New Issue