Can any status flag be set to indicate errors?
----- Original Message -----
From: "Nathan Binkert" <[EMAIL PROTECTED]>
To: "M5 users mailing list" <m5-users@m5sim.org>
Sent: Tuesday, November 13, 2007 8:22 PM
Subject: Re: [m5-users] suppressing exit callback function when aborted
I am using an exit callback function to print out stats in a file.
This is working fine. However, if m5 aborts for some reason, the
function still gets called at the end, printing out garbage values. Can
I suppress the calling of this function (based on some error code?)
There is currently no support for this since it's basically just adding
somethign to an atexit handler.
_______________________________________________
m5-users mailing list
m5-users@m5sim.org
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
_______________________________________________
m5-users mailing list
m5-users@m5sim.org
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users