projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c54b65
)
Fix the panic in the "error" format for x86,
author
Gabe Black
<gblack@eecs.umich.edu>
Thu, 19 Jul 2007 00:43:30 +0000
(17:43 -0700)
committer
Gabe 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
patch
|
blob
|
history
diff --git
a/src/arch/x86/isa/formats/error.isa
b/src/arch/x86/isa/formats/error.isa
index 8ac2ea44d02ebad9467ae129fb0068e7fa668410..e85eff7623dc701b8eaadc5ef7f321934e1132b0 100644
(file)
--- a/
src/arch/x86/isa/formats/error.isa
+++ b/
src/arch/x86/isa/formats/error.isa
@@
-64,7
+64,7
@@
def template ErrorDecode {{
{
- panic("X86 decoder internal error: '%
%s' %
%s",
+ panic("X86 decoder internal error: '%
s'
%s",
%(message)s, machInst);
}
}};