-----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Monday, November 09, 2009 10:32 AM To: Beckmann, Brad Subject: [PATCH 13 of 31] m5: fixed destructor to deschedule the tickEvent andevent
# HG changeset patch # User Brad Beckmann <[email protected]> # Date 1257791382 28800 # Node ID 712cc01cc0c798c847c7adc26bf24856b1d30ce9 # Parent 811a6e1ab233cf229f9480de1845b5da581c68b0 m5: fixed destructor to deschedule the tickEvent and event diff -r 811a6e1ab233 -r 712cc01cc0c7 src/dev/mc146818.cc --- a/src/dev/mc146818.cc Mon Nov 09 10:29:42 2009 -0800 +++ b/src/dev/mc146818.cc Mon Nov 09 10:29:42 2009 -0800 @@ -105,6 +105,8 @@ MC146818::~MC146818() { + deschedule(tickEvent); + deschedule(event); } void _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
