base: Fix a few incorrectly handled print format cases
Review Request #1495 - Created Oct. 24, 2012 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Ali Saidi | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9315:68483503c990 --------------------------- base: Fix a few incorrectly handled print format cases This patch ensures cases like %0.6u, %06f, and %.6u are processed correctly. The case like %06f is ambiguous and was made to match printf. Also, this patch removes the goto statement in cprintf.cc in favor of a function call.
