Fix the panic in the "error" format for x86,
authorGabe Black <gblack@eecs.umich.edu>
Thu, 19 Jul 2007 00:43:30 +0000 (17:43 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Thu, 19 Jul 2007 00:43:30 +0000 (17:43 -0700)
--HG--
extra : convert_revision : bd0715b5b63665f9160082d67c5b5d90d2405c5c

src/arch/x86/isa/formats/error.isa

index 8ac2ea44d02ebad9467ae129fb0068e7fa668410..e85eff7623dc701b8eaadc5ef7f321934e1132b0 100644 (file)
@@ -64,7 +64,7 @@
 
 def template ErrorDecode {{
     {
-        panic("X86 decoder internal error: '%%s' %%s",
+        panic("X86 decoder internal error: '%s' %s",
                 %(message)s, machInst);
     }
 }};