about summary refs log tree commit diff stats
path: root/test/arch/x86/unit/mn_cdq.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2018-05-16 09:42:48 +0200
committerAjax <commial@gmail.com>2018-05-16 09:42:48 +0200
commit05aecdbc0a3d1cef6449f1c242d713922f990777 (patch)
treea6e365958e34ab57270b5095c7e542294746477d /test/arch/x86/unit/mn_cdq.py
parentc2b0779c68ce50514e19e021084328d265b53663 (diff)
downloadmiasm-05aecdbc0a3d1cef6449f1c242d713922f990777.tar.gz
miasm-05aecdbc0a3d1cef6449f1c242d713922f990777.zip
Remove TCC jitter engine
Diffstat (limited to 'test/arch/x86/unit/mn_cdq.py')
-rw-r--r--test/arch/x86/unit/mn_cdq.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/arch/x86/unit/mn_cdq.py b/test/arch/x86/unit/mn_cdq.py
index f4e4d6e7..b6abc781 100644
--- a/test/arch/x86/unit/mn_cdq.py
+++ b/test/arch/x86/unit/mn_cdq.py
@@ -433,7 +433,7 @@ if __name__ == "__main__":
         Test_CDQE_64,
         Test_CDQE_64_signed,
     ]
-    if sys.argv[1] not in ["gcc", "tcc"]:
+    if sys.argv[1] not in ["gcc"]:
         # TODO XXX CQO use 128 bit not supported in gcc yet!
         tests += [
             Test_CQO_64,