fix using list on win64
parent
5e6936ec69
commit
3258f9c4ef
|
@ -1,7 +1,8 @@
|
||||||
! 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 math alien.c-types sequences
|
USING: kernel layouts system math alien.c-types sequences
|
||||||
compiler.cfg.registers cpu.architecture cpu.x86.assembler cpu.x86 ;
|
compiler.cfg.registers cpu.architecture cpu.x86.assembler cpu.x86
|
||||||
|
cpu.x86.assembler.operands ;
|
||||||
IN: cpu.x86.64.winnt
|
IN: cpu.x86.64.winnt
|
||||||
|
|
||||||
M: int-regs param-regs drop { RCX RDX R8 R9 } ;
|
M: int-regs param-regs drop { RCX RDX R8 R9 } ;
|
||||||
|
|
Loading…
Reference in New Issue