Merge branch 'master' of git://factorcode.org/git/factor

release
Eduardo Cavazos 2007-09-23 23:37:19 -05:00
commit 28cb2422f9
1 changed files with 1 additions and 1 deletions

View File

@ -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" } }
}