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/include/dynarec.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include') diff --git a/src/include/dynarec.h b/src/include/dynarec.h index bf72349c..baebd72d 100644 --- a/src/include/dynarec.h +++ b/src/include/dynarec.h @@ -5,7 +5,6 @@ typedef struct x64emu_s x64emu_t; void DynaCall(x64emu_t* emu, uintptr_t addr); // try to use DynaRec... Fallback to EmuCall if no dynarec available -void x64test_init(); void x64test_step(x64emu_t* ref, uintptr_t ip); void x64test_check(x64emu_t* ref, uintptr_t ip); -- cgit 1.4.1