]> gitweb.factorcode.org Git - factor.git/commitdiff
cpu.ppc: bools are 4 bytes on OS X/PowerPC
authorSlava Pestov <slava@shill.internal.stack-effects.com>
Fri, 8 May 2009 04:18:41 +0000 (23:18 -0500)
committerSlava Pestov <slava@shill.internal.stack-effects.com>
Fri, 8 May 2009 04:18:41 +0000 (23:18 -0500)
basis/cpu/ppc/ppc.factor

index beee48e5eaace4bc0983a119da3e3eaf7b963228..5a528ddd5a85bf64f801b98e01bce63a6780bd8d 100644 (file)
@@ -713,3 +713,4 @@ USE: vocabs.loader
 } cond
 
 "complex-double" c-type t >>return-in-registers? drop
+"bool" c-type 4 >>size 4 >>align drop
\ No newline at end of file