diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2007-02-13 08:09:09 -0800 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2007-02-13 08:09:09 -0800 |
commit | f55fd68f884d07c65ff78cd0b5a762dba61ce690 (patch) | |
tree | 2c01ead62810f34e7324972c77ac03c1fcf786c8 /src/arch/mips/isa/formats/util.isa | |
parent | ca5cd68df4967b306625723c13eab9282c0f2372 (diff) | |
download | gem5-f55fd68f884d07c65ff78cd0b5a762dba61ce690.tar.xz |
Update MIPS ISA description to work with new write result interface
for store conditional.
--HG--
extra : convert_revision : 73efd2ca17994e0e19c08746441874a2ac8183af
Diffstat (limited to 'src/arch/mips/isa/formats/util.isa')
-rw-r--r-- | src/arch/mips/isa/formats/util.isa | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/arch/mips/isa/formats/util.isa b/src/arch/mips/isa/formats/util.isa index ec524113d..884e6f727 100644 --- a/src/arch/mips/isa/formats/util.isa +++ b/src/arch/mips/isa/formats/util.isa @@ -66,10 +66,8 @@ def LoadStoreBase(name, Name, ea_code, memacc_code, mem_flags, inst_flags, # select templates - # define aliases... most StoreCond templates are the same as the - # corresponding Store templates (only CompleteAcc is different). - StoreCondMemAccExecute = StoreMemAccExecute - StoreCondExecute = StoreExecute + # The InitiateAcc template is the same for StoreCond templates as the + # corresponding Store template.. StoreCondInitiateAcc = StoreInitiateAcc memAccExecTemplate = eval(exec_template_base + 'MemAccExecute') |