Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/4322be92eec5ba68dd8dda4bd16dc42719b9e97f >--------------------------------------------------------------- commit 4322be92eec5ba68dd8dda4bd16dc42719b9e97f Author: David Terei <[email protected]> Date: Thu Jun 16 21:04:48 2011 -0700 Wibble on panic message >--------------------------------------------------------------- compiler/nativeGen/X86/CodeGen.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/compiler/nativeGen/X86/CodeGen.hs b/compiler/nativeGen/X86/CodeGen.hs index 6a40e08..4278950 100644 --- a/compiler/nativeGen/X86/CodeGen.hs +++ b/compiler/nativeGen/X86/CodeGen.hs @@ -1953,7 +1953,7 @@ genCCall target dest_regs args = do width = typeWidth arg_rep #else -genCCall _ _ _ = panic "X86.genCCAll: not defined" +genCCall _ _ _ = panic "X86.genCCAll: not defined for this architecture" #endif /* x86_64_TARGET_ARCH */ _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
