Use O3DynInst in cpu_models.py and in static_inst_exec_sigs.hh instead of a specific...
authorKorey Sewell <ksewell@umich.edu>
Thu, 6 Jul 2006 16:18:55 +0000 (12:18 -0400)
committerKorey Sewell <ksewell@umich.edu>
Thu, 6 Jul 2006 16:18:55 +0000 (12:18 -0400)
commit03fa13b27ce461886dceef82af0d3e994b5b9288
treee162c07d55f9fab7f6ad5e29481f9ae2c44f913d
parent215041215b06f330d072b0537d7fe70739b4927d
Use O3DynInst in cpu_models.py and in static_inst_exec_sigs.hh instead of a specific ISA dyn. inst.

src/cpu/cpu_models.py:
    Use O3DynInst
src/cpu/o3/dyn_inst.hh:
    declare O3DynInst here based off of ISA ... this must be updated for each ISA.
src/cpu/static_inst.hh:
    take out O3 forward declarations here and include header file to keep this file clean

--HG--
extra : convert_revision : 0d65463479c3cfc2d1154935b1032dae32c5efd0
src/cpu/cpu_models.py
src/cpu/o3/dyn_inst.hh
src/cpu/static_inst.hh