during a cache miss in the simple cpu we were finalizing the trace
authorAli Saidi <saidi@eecs.umich.edu>
Tue, 15 Mar 2005 22:31:18 +0000 (17:31 -0500)
committerAli Saidi <saidi@eecs.umich.edu>
Tue, 15 Mar 2005 22:31:18 +0000 (17:31 -0500)
commitcaf16a99cc70bd9cf4078a7e08d208984a116951
tree8771cecfb10d6aa8df36d4076d9f1c7675110cfa
parentaa8ebb9efa8fa8bde55aa330860018139ccdf6f6
during a cache miss in the simple cpu we were  finalizing the trace
data too early (before the cache miss completed) and therefore
writing freeded memory after the cache miss completed.

Also removed some spurious setAddr() and setData() calls.

--HG--
extra : convert_revision : 3da82540c69c4c417aba3ed155e167d09431a1b2
cpu/simple_cpu/simple_cpu.cc