Remove math.ratios dependencyfrom cpu.x86

release
Marie-Pascal 2007-10-31 21:51:54 -04:00
parent 06519ea482
commit 79e81994ad
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ HOOK: %unbox-struct-2 compiler-backend ( -- )
M: x86-backend %unbox-small-struct ( size -- )
#! Alien must be in EAX.
cell align cell / {
cell align cell /i {
{ 1 [ %unbox-struct-1 ] }
{ 2 [ %unbox-struct-2 ] }
} case ;