Posted (Aug. 23, 2010, 3:52 a.m.)
-
src/cpu/simple/atomic.cc (Diff revision 1) -
How about moving this check up to the surrounding if? else if (traceData && !DTRACE(ExecFaulting)) { That would fit into the flow of the code better, I think.
Posted (Aug. 23, 2010, 4:01 a.m.)
-
src/cpu/simple/atomic.cc (Diff revision 1) -
Well, the code needs to delete trace data and set it to null either way. Only if the execfaulting flag is set does it need to dump()
