From 4e63b82f5eda8995a2b5cd09d64304ac9e30dbd6 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Thu, 5 Sep 2024 17:07:27 +0800 Subject: [CI] Refactored CI (#1795) * [CI] Enable Box32 tests on LA64 * upgrade QEMU * [COSIM] Removed thread-safe tests * Use regular cosim in CI * [CI] Simplified "Test Box64" * exclude certain tests when testing with cosim * review * box64.pod too --- src/box64context.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/box64context.c') diff --git a/src/box64context.c b/src/box64context.c index b52e41e3..d2cd150a 100644 --- a/src/box64context.c +++ b/src/box64context.c @@ -223,10 +223,6 @@ box64context_t *NewBox64Context(int argc) init_custommem_helper(context); - #ifdef DYNAREC - x64test_init(); - #endif - context->maplib = NewLibrarian(context); context->local_maplib = NewLibrarian(context); context->versym = NewDictionnary(); -- cgit 1.4.1