]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cpu/x86/32/32.factor
32 and 64 bit Linux PPC support
[factor.git] / basis / cpu / x86 / 32 / 32.factor
index 0f93e5e4a40cd151e533c8de1ff7c328ab2bc18a..b1f96726e8154f52dfd40d1fc8543f2c0b8dfaa7 100755 (executable)
@@ -228,7 +228,7 @@ M: x86.32 long-long-on-stack? t ;
 M: x86.32 float-on-stack? t ;
 
 M: x86.32 flatten-struct-type
-    call-next-method [ first t 2array ] map ;
+    call-next-method [ first t f 3array ] map ;
 
 M: x86.32 struct-return-on-stack? os linux? not ;