Fix unix x86.64 bootstrap
parent
000affca5a
commit
eb83b542d6
basis/cpu/x86/64/unix
|
@ -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
|
||||
|
|
|
@ -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 } ;
|
||||
|
|
Loading…
Reference in New Issue