summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2012-09-25 09:56:16 +0100
committerSimon Marlow <marlowsd@gmail.com>2012-09-25 09:56:25 +0100
commit93faddc55c2402ca23c3cf227f79e70dd22d0e3c (patch)
tree79752e7930593a1a121856b6cd9a2c3d497d7253 /compiler
parent5cf718261506cfc25c089e57c4d5c46111dbe6a1 (diff)
downloadhaskell-93faddc55c2402ca23c3cf227f79e70dd22d0e3c.tar.gz
fix panic message typo
Diffstat (limited to 'compiler')
-rw-r--r--compiler/nativeGen/X86/CodeGen.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/X86/CodeGen.hs b/compiler/nativeGen/X86/CodeGen.hs
index 480de06016..fbbc37e6c9 100644
--- a/compiler/nativeGen/X86/CodeGen.hs
+++ b/compiler/nativeGen/X86/CodeGen.hs
@@ -1229,7 +1229,7 @@ getCondCode (CmmMachOp mop [x, y])
_other -> pprPanic "getCondCode(x86,x86_64)" (ppr (CmmMachOp mop [x,y]))
-getCondCode other = pprPanic "getCondCode(2)(x86,x96_64)" (ppr other)
+getCondCode other = pprPanic "getCondCode(2)(x86,x86_64)" (ppr other)