diff options
author | Kevin Lim <ktlim@umich.edu> | 2006-03-03 16:04:34 -0500 |
---|---|---|
committer | Kevin Lim <ktlim@umich.edu> | 2006-03-03 16:04:34 -0500 |
commit | fc664f7ca6d4883e9efe7fb823cd903a867af7a9 (patch) | |
tree | 611a86dd02addcf7c44255aa66d7e2607dab0339 /arch/isa_parser.py | |
parent | 9ad917858763bb44c8e6e22b7bb370fd50d518df (diff) | |
parent | 14b6cd39aadcac72e8fce47e24445037bae70309 (diff) | |
download | gem5-fc664f7ca6d4883e9efe7fb823cd903a867af7a9.tar.xz |
Merge ktlim@zizzer:/bk/m5
into zamp.eecs.umich.edu:/z/ktlim2/m5-shadowregs
--HG--
extra : convert_revision : 979ab1fc4e1ea4d6a78ac9a2ec894f0be4feb01d
Diffstat (limited to 'arch/isa_parser.py')
-rwxr-xr-x | arch/isa_parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/isa_parser.py b/arch/isa_parser.py index 5185ed573..570110d84 100755 --- a/arch/isa_parser.py +++ b/arch/isa_parser.py @@ -225,7 +225,7 @@ def p_specification(t): # wrap the decode block as a function definition t[4].wrap_decode_block(''' StaticInstPtr -%(isa_name)s::decodeInst(%(isa_name)s::MachInst machInst) +%(isa_name)s::decodeInst(%(isa_name)s::ExtMachInst machInst) { using namespace %(namespace)s; ''' % vars(), '}') |