eventq: Don't use inline friend function when a static function will do.
authorNathan Binkert <nate@binkert.org>
Thu, 9 Oct 2008 11:58:23 +0000 (04:58 -0700)
committerNathan Binkert <nate@binkert.org>
Thu, 9 Oct 2008 11:58:23 +0000 (04:58 -0700)
commiteb89a23556a16958d9931b93f57b626f20af0ddd
tree75e9a1b81a9f8c7eea858485670336efc79bd43f
parenta589eb4053d9a902f9e9047830955963aec94e64
eventq: Don't use inline friend function when a static function will do.
Another good reason to avoid this is that swig will try to wrap the friend,
but it won't try to wrap a private static function.
src/sim/eventq.cc
src/sim/eventq.hh