changes that affect post checkpoint runs.
authorLisa Hsu <hsul@eecs.umich.edu>
Fri, 5 Mar 2004 13:16:33 +0000 (08:16 -0500)
committerLisa Hsu <hsul@eecs.umich.edu>
Fri, 5 Mar 2004 13:16:33 +0000 (08:16 -0500)
commit34576de15a3c8f8a50437e5d95b1402722cf9e2b
treea96fdfa1d9fbf735026da44c262a04b54854f2cf
parentd9689c58d3fe1ffc674815093c1f0af118d28f58
changes that affect post checkpoint runs.

cpu/exec_context.cc:
    you can't delete an element of an array that you newed.  oops.
kern/tru64/tru64_events.cc:
    changes to reflect .ini changes, and also b/c es_intr and ipintr can happen at ANY point, even within a current calling path being tracked.
sim/system.cc:
    can't delete an element of a newed array.  must new them separately.

--HG--
extra : convert_revision : 21573327b7b7f20bf9a3fcfb5854526433e17e17
cpu/exec_context.cc
kern/tru64/tru64_events.cc
sim/system.cc