From 19aa8b74e4f4c4935964528da7bab2f2e899d55b Mon Sep 17 00:00:00 2001 From: "fur%netscape.com" Date: Fri, 26 Feb 1999 23:00:45 +0000 Subject: [PATCH] x86Win32Cpu.h ==> x86Cpu.h --- ef/Compiler/CodeGenerator/md/CpuInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ef/Compiler/CodeGenerator/md/CpuInfo.h b/ef/Compiler/CodeGenerator/md/CpuInfo.h index f14206f9dcb1..04b7bea86563 100644 --- a/ef/Compiler/CodeGenerator/md/CpuInfo.h +++ b/ef/Compiler/CodeGenerator/md/CpuInfo.h @@ -22,7 +22,7 @@ #ifdef GENERATE_FOR_PPC #include "PPC601Cpu.h" #elif defined(GENERATE_FOR_X86) - #include "x86Win32Cpu.h" + #include "x86Cpu.h" #elif defined(GENERATE_FOR_SPARC) //#include "SparcCpu.h" #elif defined(GENERATE_FOR_HPPA)