diff options
author | Nathan Binkert <binkertn@umich.edu> | 2004-01-11 21:22:33 -0500 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2004-01-11 21:22:33 -0500 |
commit | b4301c652cf09a7464a360a403cb25ad214909f5 (patch) | |
tree | f24311aef29908485ce7059a72bc6eec25d90035 /base/cprintf.hh | |
parent | a3691fe09e663871d4dd46c4fcc05407ac8c448a (diff) | |
parent | f8ed615bc65139076289e8af4bc6c7908aae4aa8 (diff) | |
download | gem5-b4301c652cf09a7464a360a403cb25ad214909f5.tar.xz |
Merge zizzer.eecs.umich.edu:/bk/m5
into ziff.eecs.umich.edu:/z/binkertn/research/m5/latest
--HG--
extra : convert_revision : bff2fb78e205f327ce8d04f3ae1b2352857ab824
Diffstat (limited to 'base/cprintf.hh')
-rw-r--r-- | base/cprintf.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/cprintf.hh b/base/cprintf.hh index 8360d227c..ac34cd252 100644 --- a/base/cprintf.hh +++ b/base/cprintf.hh @@ -75,7 +75,7 @@ class ArgList break; default: - format_invalid(out); + out << "<bad format>"; break; } } |