Fix unix x86.64 bootstrap

db4
Slava Pestov 2008-11-07 21:54:13 -06:00
parent 000affca5a
commit eb83b542d6
2 changed files with 2 additions and 2 deletions

View File

@ -8,5 +8,5 @@ IN: bootstrap.x86
: arg0 ( -- reg ) RDI ; : arg0 ( -- reg ) RDI ;
: arg1 ( -- reg ) RSI ; : arg1 ( -- reg ) RSI ;
<< "resource:basis/cpu/x86/64/bootstrap.factor" parsed-file parsed >> << "resource:basis/cpu/x86/64/bootstrap.factor" parse-file parsed >>
call call

View File

@ -1,7 +1,7 @@
! Copyright (C) 2008 Slava Pestov. ! Copyright (C) 2008 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: kernel layouts system compiler.cfg.registers USING: kernel layouts system compiler.cfg.registers
cpu.architecture cpu.x86.assembler ; cpu.architecture cpu.x86.assembler cpu.x86 ;
IN: cpu.x86.64.unix IN: cpu.x86.64.unix
M: int-regs param-regs drop { RDI RSI RDX RCX R8 R9 } ; M: int-regs param-regs drop { RDI RSI RDX RCX R8 R9 } ;