[project @ 2000-05-19 11:53:05 by sewardj]
authorsewardj <unknown>
Fri, 19 May 2000 11:53:05 +0000 (11:53 +0000)
committersewardj <unknown>
Fri, 19 May 2000 11:53:05 +0000 (11:53 +0000)
Fix sparc breakage caused by recent (DLLery) NCG hackery.  :-)

ghc/compiler/nativeGen/MachCode.lhs

index f8fc8ac..d4195d7 100644 (file)
@@ -2411,7 +2411,7 @@ genCCall fn cconv kind args
     -- ToDo:needed (WDP 96/03) ???
     fn__2 = case (_HEAD_ fn) of
              '.' -> ImmLit (ptext fn)
-             _   -> ImmLab (ptext fn)
+             _   -> ImmLab False (ptext fn)
 
     ------------------------------------
     {-  Try to get a value into a specific register (or registers) for