gem5/src
Andreas Hansson 745274cbd4 EventManager: Rename queue accessor and remove cast operator
This patch renames the queue() accessor to the less ambigious
eventQueue, and also removes the cast operator. The queue() member
function cause problems in derived classes that declare members with
the same name, e.g. a MemObject subclass that has a packet queue on
its own. The operator is not causing any harm at this point, but as it
is not used there is little point in keeping it.
2012-07-09 12:35:46 -04:00
..
arch Port: Make getAddrRanges const 2012-07-09 12:35:34 -04:00
base Bus: Replace tickNextIdle and inRetry with a state variable 2012-07-09 12:35:35 -04:00
cpu Port: Align port names in C++ and Python 2012-07-09 12:35:39 -04:00
dev Port: Align port names in C++ and Python 2012-07-09 12:35:39 -04:00
doxygen Fix up doxygen. 2006-08-14 19:25:07 -04:00
kern Port: Add getAddrRanges to master port (asking slave port) 2012-07-09 12:35:33 -04:00
mem Mem: Make members relating to range and size constant 2012-07-09 12:35:44 -04:00
python sim: Remove FastAlloc 2012-06-05 01:23:08 -04:00
sim EventManager: Rename queue accessor and remove cast operator 2012-07-09 12:35:46 -04:00
unittest stats: Add stats unittest for total calculations. 2012-06-05 01:23:10 -04:00
Doxyfile Fix up doxygen. 2006-08-14 19:25:07 -04:00
SConscript sim: Provide a framework for detecting out of data checkpoints and migrating them. 2012-06-05 01:23:10 -04:00