diff options
author | Korey Sewell <ksewell@umich.edu> | 2006-02-16 02:51:04 -0500 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2006-02-16 02:51:04 -0500 |
commit | 7446238118bf15ce7844759ef216b138bb2b13d3 (patch) | |
tree | e8f8b424054fcd9714b6e20bf9b42508a6f3c4e3 /arch/mips/isa/formats/branch.isa | |
parent | e7d16b0aefec6543817762b6e5e389372a11b53c (diff) | |
download | gem5-7446238118bf15ce7844759ef216b138bb2b13d3.tar.xz |
Get ISA parser to at least include all the ISA correctly ... crashes with "None" error
arch/mips/isa/decoder.isa:
CondBranch format split up into Branch & BranchLikely formats
arch/mips/isa/formats.isa:
include util.isa
arch/mips/isa/formats/branch.isa:
erroneous 'e' at top of code
arch/mips/isa/formats/util.isa:
util.isa
--HG--
extra : convert_revision : 4fc44a05e2838749e66cd70f210e8a718b34cbf3
Diffstat (limited to 'arch/mips/isa/formats/branch.isa')
-rw-r--r-- | arch/mips/isa/formats/branch.isa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/isa/formats/branch.isa b/arch/mips/isa/formats/branch.isa index 45980349d..c7c97c2c8 100644 --- a/arch/mips/isa/formats/branch.isa +++ b/arch/mips/isa/formats/branch.isa @@ -1,4 +1,4 @@ -e// -*- mode:c++ -*- +// -*- mode:c++ -*- //////////////////////////////////////////////////////////////////// // |