From 3258f9c4efbbe410354c77a4283a8e21209d802b Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 31 Jul 2009 16:27:18 -0500 Subject: [PATCH] fix using list on win64 --- basis/cpu/x86/64/winnt/winnt.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/basis/cpu/x86/64/winnt/winnt.factor b/basis/cpu/x86/64/winnt/winnt.factor index 8091be65ae..44e8568658 100644 --- a/basis/cpu/x86/64/winnt/winnt.factor +++ b/basis/cpu/x86/64/winnt/winnt.factor @@ -1,7 +1,8 @@ ! Copyright (C) 2008 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. 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 M: int-regs param-regs drop { RCX RDX R8 R9 } ;