X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FRegs.hs;h=5239520708a81d7bd5e30d732fa5b8dacb998d52;hb=4fb7d5bac50c9fe5572dcb1ba4146e3c68cebadb;hp=51eb0f093b49e1487d95343959dd8f8e459d0879;hpb=1353826e5159c9a5a81e75e0b7459271f27c08ea;p=ghc-hetmet.git diff --git a/compiler/nativeGen/Regs.hs b/compiler/nativeGen/Regs.hs index 51eb0f0..5239520 100644 --- a/compiler/nativeGen/Regs.hs +++ b/compiler/nativeGen/Regs.hs @@ -58,10 +58,10 @@ module Regs ( allFPArgRegs, fits16Bits, makeImmediate, - freg, + fReg, sp, r3, r4, r27, r28, f1, f20, f21, -#elif i386_TARGET_ARCH || i386_64_TARGET_ARCH +#elif i386_TARGET_ARCH || x86_64_TARGET_ARCH EABase(..), EAIndex(..), addrModeRegs, eax, ebx, ecx, edx, esi, edi, ebp, esp,