X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FX86%2FCodeGen.hs;h=135ac36e8ba0515bd7c5b3d85a55569254d59004;hb=72636a93a047af23461df5123edc2342b2dec48d;hp=43495a45a5e74cd2f08895a0f21f75885b82216a;hpb=b04a210e26ca57242fd052f2aa91011a80b76299;p=ghc-hetmet.git diff --git a/compiler/nativeGen/X86/CodeGen.hs b/compiler/nativeGen/X86/CodeGen.hs index 43495a4..135ac36 100644 --- a/compiler/nativeGen/X86/CodeGen.hs +++ b/compiler/nativeGen/X86/CodeGen.hs @@ -2038,8 +2038,8 @@ condFltReg cond x y = do #elif x86_64_TARGET_ARCH condFltReg cond x y = do CondCode _ cond cond_code <- condFltCode cond x y - tmp1 <- getNewRegNat wordSize - tmp2 <- getNewRegNat wordSize + tmp1 <- getNewRegNat archWordSize + tmp2 <- getNewRegNat archWordSize let -- We have to worry about unordered operands (eg. comparisons -- against NaN). If the operands are unordered, the comparison