0a1,2
> // -*- mode:c++ -*-
>
26c28
< return "Disassembly of integer instruction\n";
---
> return "Disassembly of trap instruction\n";
30a33
> //Edit This Template When Traps Are Implemented
33,36d35
< //Call into the trap handler with the appropriate fault
< return No_Fault;
< }
<
39a39
> //Call into the trap handler with the appropriate fault
44d43
< // Primary format for integer operate instructions:
46c45,47
< code = 'bool cond;\n' + code;
---
> code = 'panic(\"'
> code += 'Trap Exception Handler Is Currently Not Implemented.'
> code += '\");'