Skip to content

Commit

Permalink
Fix linking to expf on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
igfoo committed Sep 10, 2006
1 parent 7b8830c commit 2ab19ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/nativeGen/MachCodeGen.hs
Expand Up @@ -3082,7 +3082,7 @@ outOfLineFloatOp mop res args vols
code2 <- stmtToInstrs (CmmAssign res (CmmReg tmp))
return (code1 `appOL` code2)
where
lbl = mkForeignLabel fn Nothing True
lbl = mkForeignLabel fn Nothing False

fn = case mop of
MO_F32_Sqrt -> FSLIT("sqrtf")
Expand Down

0 comments on commit 2ab19ae

Please sign in to comment.