diff options
author | Korey Sewell <ksewell@umich.edu> | 2006-04-12 03:51:09 -0400 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2006-04-12 03:51:09 -0400 |
commit | f69801d9e0abacf4ce6e75eab8b68298670ac743 (patch) | |
tree | 1b748162a4ad95a251c3ef7310a025dd65f93323 /arch/mips/isa/formats/util.isa | |
parent | 08d9e0ea7ad5f6a0addd711bc4ff14cff2789170 (diff) | |
parent | 4fe89f7232202040b8b8fcea2461e5ae6be2d739 (diff) | |
download | gem5-f69801d9e0abacf4ce6e75eab8b68298670ac743.tar.xz |
Merge zizzer:/bk/newmem
into zazzer.eecs.umich.edu:/.automount/zooks/y/ksewell/research/m5-sim/newmem-mips
--HG--
extra : convert_revision : 4eff6e7ee7a25b8f5fdad7342b195a869cf528d6
Diffstat (limited to 'arch/mips/isa/formats/util.isa')
-rw-r--r-- | arch/mips/isa/formats/util.isa | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/isa/formats/util.isa b/arch/mips/isa/formats/util.isa index db4bf204a..dcdf46757 100644 --- a/arch/mips/isa/formats/util.isa +++ b/arch/mips/isa/formats/util.isa @@ -93,7 +93,9 @@ def LoadStoreBase(name, Name, ea_code, memacc_code, mem_flags, inst_flags, output exec {{ -using namespace MipsISA; + using namespace MipsISA; + + /// CLEAR ALL CPU INST/EXE HAZARDS |