Assign traceData to be NULL at BaseSimpleCPU constructor.
authorVincentius Robby <acolyte@umich.edu>
Thu, 31 May 2007 20:01:41 +0000 (16:01 -0400)
committerVincentius Robby <acolyte@umich.edu>
Thu, 31 May 2007 20:01:41 +0000 (16:01 -0400)
commitecf1eb72489524c54897275c6ea314fe500c2b7d
tree79fdd2c63f4b88bf3b81e5fd46d67bc87ec803d6
parent0193476ea790963884059c27d7fdd607a6f79019
Assign traceData to be NULL at BaseSimpleCPU constructor.
Initialize a temporary variable for thread->readPC() at setupFetchRequest() to reduce function calls.
exec tracing isn't needed for m5.fast binaries
Moved MISCREG_GL, MISCREG_CWP, and MISCREG_TLB_DATA out of switch statement and use if blocks instead.

src/arch/sparc/miscregfile.cc:
    Moved MISCREG_GL, MISCREG_CWP, and MISCREG_TLB_DATA out of switch statement and use if blocks instead.
src/cpu/simple/base.cc:
    Assign traceData to be NULL at BaseSimpleCPU constructor.
    Initialize a temporary variable for thread->readPC() at setupFetchRequest() to reduce function calls.
    exec tracing isn't needed for m5.fast binaries

--HG--
extra : convert_revision : 5dc92fff05c9bde994f1e0f1bb40e11c44eb72c6
src/arch/sparc/miscregfile.cc
src/cpu/simple/base.cc