Change the return value of drain. False means the object wasn't able to drain yet.
authorKevin Lim <ktlim@umich.edu>
Thu, 6 Jul 2006 17:57:21 +0000 (13:57 -0400)
committerKevin Lim <ktlim@umich.edu>
Thu, 6 Jul 2006 17:57:21 +0000 (13:57 -0400)
commit8c547d80b1a091f41f5516f58ad7368181fe4041
tree36f571d3a1ff2698edc4c09fb03180699425f1a5
parenteceba1405a70db1a1bc5538af99baca8fef422b6
Change the return value of drain.  False means the object wasn't able to drain yet.

src/python/m5/config.py:
    Invert the return value.
src/sim/sim_object.cc:
    Invert the return value of drain.
src/sim/sim_object.hh:
    Change the return value of drain.

--HG--
extra : convert_revision : 41bb122c6f29302d8b3815d7bd6a2ea8fba64df9
src/python/m5/config.py
src/sim/sim_object.cc
src/sim/sim_object.hh