Fix set-slot intrinsic for x86
parent
b0f931d038
commit
94bfbbde2f
|
@ -121,7 +121,7 @@ IN: cpu.x86.intrinsics
|
||||||
\ set-slot {
|
\ set-slot {
|
||||||
! Slot number is literal and the tag is known
|
! Slot number is literal and the tag is known
|
||||||
{
|
{
|
||||||
[ %slot-literal-known-tag "val" operand MOV ] H{
|
[ %slot-literal-known-tag "val" operand MOV generate-write-barrier ] H{
|
||||||
{ +input+ { { f "val" } { f "obj" known-tag } { [ small-slot? ] "n" } } }
|
{ +input+ { { f "val" } { f "obj" known-tag } { [ small-slot? ] "n" } } }
|
||||||
{ +clobber+ { "obj" } }
|
{ +clobber+ { "obj" } }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue