diff options
Diffstat (limited to '')
| -rw-r--r-- | miasm2/arch/mips32/sem.py | 8 |
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, |