Fix PPC backend load error
parent
5ad8aab2b9
commit
524e3ea762
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2005, 2006 Slava Pestov.
|
! Copyright (C) 2005, 2006 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: generator.fixup generic kernel math memory namespaces
|
USING: generator.fixup generic kernel math math.order memory
|
||||||
words math.bitfields math.order io.binary ;
|
namespaces words math.bitfields math.order io.binary ;
|
||||||
IN: cpu.ppc.assembler
|
IN: cpu.ppc.assembler
|
||||||
|
|
||||||
! See the Motorola or IBM documentation for details. The opcode
|
! See the Motorola or IBM documentation for details. The opcode
|
||||||
|
|
Loading…
Reference in New Issue