[project @ 2004-09-09 21:33:07 by simonpj]
authorsimonpj <unknown>
Thu, 9 Sep 2004 21:33:07 +0000 (21:33 +0000)
committersimonpj <unknown>
Thu, 9 Sep 2004 21:33:07 +0000 (21:33 +0000)
Fix apparent typo in call to debugBelch; Win32 only I think

ghc/rts/Linker.c

index d6024ac..7b1e4e9 100644 (file)
@@ -2042,7 +2042,7 @@ ocResolve_PEi386 ( ObjectCode* oc )
                *pP = S - ((UInt32)pP) - 4;
                break;
             default:
-               debugBelch(("%s: unhandled PEi386 relocation type %d",
+               debugBelch("%s: unhandled PEi386 relocation type %d",
                     oc->fileName, reltab_j->Type);
                return 0;
          }