Searched hist:9145 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/mem/
H A Dse_translating_port_proxy.cc9145:42dd80dee4dd Mon Aug 06 19:57:00 EDT 2012 Steve Reinhardt <steve.reinhardt@amd.com> 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.

Completed in 7 milliseconds