diff options
Diffstat (limited to 'src/arch/mips/isa/decoder.isa')
-rw-r--r-- | src/arch/mips/isa/decoder.isa | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/src/arch/mips/isa/decoder.isa b/src/arch/mips/isa/decoder.isa index 0af84e36b..e55d2e070 100644 --- a/src/arch/mips/isa/decoder.isa +++ b/src/arch/mips/isa/decoder.isa @@ -27,6 +27,7 @@ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // // Authors: Korey Sewell +// Brett Miller //////////////////////////////////////////////////////////////////// // @@ -557,20 +558,12 @@ decode OPCODE_HI default Unknown::unknown() { }}); 0x1F: deret({{ - // if(EJTagImplemented()) { - if(Debug_DM == 1){ - Debug_DM = 1; - Debug_IEXI = 0; - NPC = DEPC; - } - else - { - // Undefined; - } - //} // EJTag Implemented - //else { - // Reserved Instruction Exception - //} + //if(Debug_DM == 1){ + //Debug_DM = 1; + //Debug_IEXI = 0; + //NPC = DEPC; + //} + panic("deret not implemented"); }}); } |