summaryrefslogtreecommitdiff
path: root/arch/mips/isa/formats/mem.isa
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2006-02-14 22:43:26 -0500
committerKorey Sewell <ksewell@umich.edu>2006-02-14 22:43:26 -0500
commitaee1bf58734c2146eb048dc4833881886ce68cf8 (patch)
tree8cee41171ac3cd4d95f5c4a258a9bdd31428c0c2 /arch/mips/isa/formats/mem.isa
parent7826fcd09dfb265adae82f99d09944fe67f0fb5a (diff)
parent23bbec6a3445b4382f8c6ff8ea49fd818f960330 (diff)
downloadgem5-aee1bf58734c2146eb048dc4833881886ce68cf8.tar.xz
Merge zizzer:/bk/multiarch
into zazzer.eecs.umich.edu:/z/ksewell/research/m5-sim/m5-multiarch --HG-- extra : convert_revision : 5b0a3dd1a52ca9b29ea4a1c505a7435bfd6110fe
Diffstat (limited to 'arch/mips/isa/formats/mem.isa')
-rw-r--r--arch/mips/isa/formats/mem.isa2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/isa/formats/mem.isa b/arch/mips/isa/formats/mem.isa
index 5ed5237c5..e3028eb7c 100644
--- a/arch/mips/isa/formats/mem.isa
+++ b/arch/mips/isa/formats/mem.isa
@@ -55,7 +55,7 @@ def template MemExecute {{
}};
// Primary format for integer operate instructions:
-def format Mem(code, *opt_flags) {{
+def format Memory(code, ea_code = {{ EA = Rb + disp; }},*opt_flags) {{
orig_code = code
cblk = CodeBlock(code)
iop = InstObjParams(name, Name, 'MipsStaticInst', cblk, opt_flags)