diff options
author | Korey Sewell <ksewell@umich.edu> | 2006-02-22 03:33:35 -0500 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2006-02-22 03:33:35 -0500 |
commit | 54b47bc5ae7993558412de6c458727171b630594 (patch) | |
tree | affc1cb390f20d4637445c22cc43ab5158d2adb2 /arch/mips/faults.hh | |
parent | 37cd6695ebdf37d6806fbb8764cfef30dce4688f (diff) | |
download | gem5-54b47bc5ae7993558412de6c458727171b630594.tar.xz |
MIPS Compiles scons/MIPS_SE/arch/mips/decoder.do!!!!!!
arch/mips/faults.hh:
remove nonsense
arch/mips/isa/base.isa:
define R31
arch/mips/isa/bitfields.isa:
forgotten bitfields
arch/mips/isa/decoder.isa:
INT64 -> int64_t
arch/mips/isa/formats.isa:
fix comments
arch/mips/isa/formats/branch.isa:
Branch -> BranchLikely
RB -> RT
arch/mips/isa/formats/fp.isa:
Make FP ops generates
arch/mips/isa/formats/mem.isa:
RA,RB -> RS,RT
arch/mips/isa/formats/noop.isa:
Rc -> Rd
arch/mips/isa/formats/util.isa:
forgot brace and semicolon
arch/mips/isa/includes.isa:
remove unnecessary files
arch/mips/isa_traits.hh:
spacing
cpu/static_inst.hh:
add cond_delay_slot flag
--HG--
extra : convert_revision : 3bc7353b437f9a764e85cc462bed86c9d654eb37
Diffstat (limited to 'arch/mips/faults.hh')
-rw-r--r-- | arch/mips/faults.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/faults.hh b/arch/mips/faults.hh index 4e1cb5ed6..60c9e735c 100644 --- a/arch/mips/faults.hh +++ b/arch/mips/faults.hh @@ -32,9 +32,6 @@ #include "sim/faults.hh" #include "arch/isa_traits.hh" //For the Addr type -class Garbage; -class Fault; - class AlphaFault : public Fault { public: |