Fix set-slot intrinsic for x86
parent
b0f931d038
commit
94bfbbde2f
|
@ -121,7 +121,7 @@ IN: cpu.x86.intrinsics
|
|||
\ set-slot {
|
||||
! 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" } } }
|
||||
{ +clobber+ { "obj" } }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue