Unbreak previous x86_64 PIC patch
authorwolfgang.thaller@gmx.net <unknown>
Thu, 7 Dec 2006 13:31:08 +0000 (13:31 +0000)
committerwolfgang.thaller@gmx.net <unknown>
Thu, 7 Dec 2006 13:31:08 +0000 (13:31 +0000)
Make things compile on Linux again

compiler/nativeGen/PositionIndependentCode.hs

index 523f305..53ee563 100644 (file)
@@ -269,7 +269,7 @@ howToAccessLabel DataReference lbl
 -- (AccessDirectly, because we get an implicit symbol stub)
 -- and calling functions from PIC code on non-i386 platforms (via a symbol stub) 
 
-howToAccessLabel CallLabel lbl
+howToAccessLabel CallReference lbl
     | labelDynamic lbl && not opt_PIC
     = AccessDirectly
 #if !i386_TARGET_ARCH