X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Fmain%2FCodeOutput.lhs;h=f5e339440bc9f96b2a591b0d9dc8856296301a67;hb=4915e566cb661aa934e133c7c9b21c0d1964490a;hp=7cfc2e9be21fb6aee943736cecd71499c8910f5e;hpb=066b369de2c6f7da03c88206288dca29ab061b31;p=ghc-hetmet.git diff --git a/compiler/main/CodeOutput.lhs b/compiler/main/CodeOutput.lhs index 7cfc2e9..f5e3394 100644 --- a/compiler/main/CodeOutput.lhs +++ b/compiler/main/CodeOutput.lhs @@ -156,8 +156,7 @@ outputAsm dflags filenm flat_absC nativeCodeGen dflags f ncg_uniqs flat_absC | otherwise - = pprPanic "This compiler was built without a native code generator" - (text "Use -fvia-C instead") + = panic "This compiler was built without a native code generator" \end{code}