diff --git a/basis/cpu/x86/64/unix/bootstrap.factor b/basis/cpu/x86/64/unix/bootstrap.factor index a42353fabd..29d48bd794 100644 --- a/basis/cpu/x86/64/unix/bootstrap.factor +++ b/basis/cpu/x86/64/unix/bootstrap.factor @@ -8,5 +8,5 @@ IN: bootstrap.x86 : arg0 ( -- reg ) RDI ; : arg1 ( -- reg ) RSI ; -<< "resource:basis/cpu/x86/64/bootstrap.factor" parsed-file parsed >> +<< "resource:basis/cpu/x86/64/bootstrap.factor" parse-file parsed >> call diff --git a/basis/cpu/x86/64/unix/unix.factor b/basis/cpu/x86/64/unix/unix.factor index 9e70ada5d0..abbd0cf21b 100644 --- a/basis/cpu/x86/64/unix/unix.factor +++ b/basis/cpu/x86/64/unix/unix.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2008 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. USING: kernel layouts system compiler.cfg.registers -cpu.architecture cpu.x86.assembler ; +cpu.architecture cpu.x86.assembler cpu.x86 ; IN: cpu.x86.64.unix M: int-regs param-regs drop { RDI RSI RDX RCX R8 R9 } ;