about summary refs log tree commit diff stats
path: root/test/arch/mips32/unit/asm_test.py
diff options
context:
space:
mode:
authorCamille Mougey <commial@gmail.com>2018-06-21 14:21:15 +0200
committerGitHub <noreply@github.com>2018-06-21 14:21:15 +0200
commite84d9554ec69a71e1300901eeac940424b9744a8 (patch)
treee43438e959a5a38d45787753863abb34c5d82ba7 /test/arch/mips32/unit/asm_test.py
parentbd80c0876aeecdc027c0c0b0725f0f890d41fa62 (diff)
parentc6462990df3773ed4bdf82f7dc3b30f1c6331a81 (diff)
downloadmiasm-e84d9554ec69a71e1300901eeac940424b9744a8.tar.gz
miasm-e84d9554ec69a71e1300901eeac940424b9744a8.zip
Merge pull request #772 from serpilliere/add_jit_trace_api
Jitter: add simple trace api
Diffstat (limited to 'test/arch/mips32/unit/asm_test.py')
-rw-r--r--test/arch/mips32/unit/asm_test.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/arch/mips32/unit/asm_test.py b/test/arch/mips32/unit/asm_test.py
index f03a32d7..a2203783 100644
--- a/test/arch/mips32/unit/asm_test.py
+++ b/test/arch/mips32/unit/asm_test.py
@@ -18,9 +18,6 @@ class Asm_Test(object):
         self.myjit = Machine("mips32l").jitter(jitter)
         self.myjit.init_stack()
 
-        self.myjit.jit.log_regs = False
-        self.myjit.jit.log_mn = False
-
     def __call__(self):
         self.asm()
         self.run()