From 79e81994add5f9d96c3bf247f1b24a0eb5d1b38d Mon Sep 17 00:00:00 2001 From: Marie-Pascal Date: Wed, 31 Oct 2007 21:51:54 -0400 Subject: [PATCH] Remove math.ratios dependencyfrom cpu.x86 --- core/cpu/x86/architecture/architecture.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/cpu/x86/architecture/architecture.factor b/core/cpu/x86/architecture/architecture.factor index b85081fb6c..672520c23d 100755 --- a/core/cpu/x86/architecture/architecture.factor +++ b/core/cpu/x86/architecture/architecture.factor @@ -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 ;