add cycle to exit message
src/arch/mips/isa/formats/trap.isa:
Take out fix that tried to fix trap
instruction disassembly. It forces bad
compile ..
configs/test/test.py:
add 'cycle' to exit message
--HG--
extra : convert_revision : 568877797fd2806416b4cbb388cc3f7eb2492627
This commit is contained in:
@@ -70,11 +70,9 @@ def template TrapExecute {{
|
||||
}};
|
||||
|
||||
def format Trap(code, *flags) {{
|
||||
warn_code = 'warn(\"'
|
||||
warn_code += 'Trap Exception Handler Is Currently Not Implemented.'
|
||||
warn_code += '\");'
|
||||
code = warn_code + "bool " + code
|
||||
|
||||
code = 'warn(\"'
|
||||
code += 'Trap Exception Handler Is Currently Not Implemented.'
|
||||
code += '\");'
|
||||
iop = InstObjParams(name, Name, 'MipsStaticInst', CodeBlock(code), flags)
|
||||
header_output = BasicDeclare.subst(iop)
|
||||
decoder_output = BasicConstructor.subst(iop)
|
||||
|
||||
Reference in New Issue
Block a user