X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fcpu%2Fppc%2Fppc.factor;fp=basis%2Fcpu%2Fppc%2Fppc.factor;h=2a16a8b6df8511549bb39cf683881a50f2d3f93e;hp=83f1bc9a74357f043c8bbd55ef020d45a58bd9a5;hb=f8a91438cd5a18e209f8b2bc12ce8da817f3110f;hpb=d2afb4b3442c074f8959b1f59b7f32c83e910254 diff --git a/basis/cpu/ppc/ppc.factor b/basis/cpu/ppc/ppc.factor index 83f1bc9a74..2a16a8b6df 100644 --- a/basis/cpu/ppc/ppc.factor +++ b/basis/cpu/ppc/ppc.factor @@ -2,13 +2,14 @@ ! See http://factorcode.org/license.txt for BSD license. USING: accessors assocs sequences kernel combinators make math math.order math.ranges system namespaces locals layouts words -alien alien.accessors alien.c-types literals cpu.architecture +alien alien.accessors alien.c-types alien.data literals cpu.architecture cpu.ppc.assembler cpu.ppc.assembler.backend compiler.cfg.registers compiler.cfg.instructions compiler.cfg.comparisons compiler.codegen.fixup compiler.cfg.intrinsics compiler.cfg.stack-frame compiler.cfg.build-stack-frame compiler.units compiler.constants compiler.codegen vm ; FROM: cpu.ppc.assembler => B ; +FROM: math => float ; IN: cpu.ppc ! PowerPC register assignments: @@ -782,5 +783,5 @@ USE: vocabs.loader 4 >>align "box_boolean" >>boxer "to_boolean" >>unboxer - "bool" define-primitive-type + bool define-primitive-type ] with-compilation-unit