From 2c7a2082e624a78e42199d90f7d9fa90473c26c2 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Wed, 2 Apr 2025 01:02:07 +0800 Subject: Introduced box64cpu.h for exported interpreter and dynarec functions (#2490) --- src/core.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/core.c') diff --git a/src/core.c b/src/core.c index 11f714d7..9d006e05 100644 --- a/src/core.c +++ b/src/core.c @@ -28,19 +28,20 @@ #include "debug.h" #include "fileutils.h" #include "box64context.h" +#include "box64cpu.h" +#include "box64cpu_util.h" #include "wine_tools.h" #include "elfloader.h" #include "custommem.h" #include "box64stack.h" #include "auxval.h" -#include "x64emu.h" #include "threads.h" #include "x64trace.h" #include "librarian.h" -#include "x64run.h" #include "symbols.h" #include "emu/x64run_private.h" #include "elfs/elfloader_private.h" +#include "x64emu.h" #include "library.h" #include "core.h" #include "env.h" -- cgit 1.4.1