From 0e7054db8168fe75e7e5ecae02e01ae28bc580f3 Mon Sep 17 00:00:00 2001 From: Camille Mougey Date: Fri, 5 Sep 2014 13:30:00 +0200 Subject: Mips sem: temporary comment unimplemented mnemonic --- miasm2/arch/mips32/sem.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'miasm2/arch/mips32/sem.py') diff --git a/miasm2/arch/mips32/sem.py b/miasm2/arch/mips32/sem.py index 9bee8775..b513a481 100644 --- a/miasm2/arch/mips32/sem.py +++ b/miasm2/arch/mips32/sem.py @@ -454,10 +454,10 @@ mnemo_func = { "blez" : blez, "wsbh" : wsbh, "rotr" : rotr, - "mfc0" : mfc0, - "mfc1" : mfc1, - "mtc0" : mtc0, - "mtc1" : mtc1, + # "mfc0" : mfc0, + # "mfc1" : mfc1, + # "mtc0" : mtc0, + # "mtc1" : mtc1, "tlbwi" : tlbwi, "tlbp" : tlbp, "ins" : ins, -- cgit 1.4.1