SETranslatingPortProxy: fix bug in tryReadString()
Review Request #1328 - Created July 26, 2012 and submitted
| Information | |
|---|---|
| Steve Reinhardt | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9134:55832e955e22 --------------------------- SETranslatingPortProxy: fix bug in tryReadString() Off-by-one loop termination meant that we were stuffing the terminating '\0' into the std::string value, which makes for difficult-to-debug string comparison failures.
Ship It!
Ship It!
