about summary refs log tree commit diff stats
path: root/miasm2/arch/mips32/sem.py
diff options
context:
space:
mode:
authorCamille Mougey <camille.mougey@cea.fr>2014-09-05 13:30:00 +0200
committerCamille Mougey <camille.mougey@cea.fr>2014-09-05 13:30:00 +0200
commit0e7054db8168fe75e7e5ecae02e01ae28bc580f3 (patch)
tree42fa0af53bca7ab245898155de3d7704814238f9 /miasm2/arch/mips32/sem.py
parent09cde7eaf747dfdaf29112d2bab25479dcf152a3 (diff)
downloadmiasm-0e7054db8168fe75e7e5ecae02e01ae28bc580f3.tar.gz
miasm-0e7054db8168fe75e7e5ecae02e01ae28bc580f3.zip
Mips sem: temporary comment unimplemented mnemonic
Diffstat (limited to '')
-rw-r--r--miasm2/arch/mips32/sem.py8
1 files changed, 4 insertions, 4 deletions
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,