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

/gem5/configs/example/
H A Dse.py9222:dfc6a4ba338c Wed Sep 12 22:42:00 EDT 2012 Joel Hestness <hestness@cs.wisc.edu> se.py Ruby: Connect TLB walker ports
In order to ensure correct functionality of switch CPUs, the TLB walker ports
must be connected to the Ruby system in x86 simulation.

This fixes x86 assertion failures that the TLB walker ports are not connected
during the CPU switch process.
/gem5/src/
H A DSConscript9555:9222d9e63ddb Tue Feb 19 05:56:00 EST 2013 Andreas Hansson <andreas.hansson@arm.com> scons: Add warning delete with non-virtual destructor

This patch enables a warning for deleting derived classes that do not
have a virtual destructor. The patch merely adds additional checks,
and there are currently no cases that had to be fixed.

Completed in 42 milliseconds