From c6d0700f57b2c50229a27e31b9f99056a011215f Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Fri, 24 May 2019 18:20:49 +0200 Subject: linux-user/m68k: remove simulator syscall interface This interface has been introduced in 2005 with the coldfire implementation (e6e5906b6e ColdFire target.) and looks like to do what the linux-user interface already does with the TRAP exception rather than the ILLEGAL exception. This interface has not been maintained since that. The semi-hosting interface is not removed so coldfire kernel with semi-hosting is always supported. Signed-off-by: Laurent Vivier Message-Id: <20190524162049.806-1-laurent@vivier.eu> Signed-off-by: Laurent Vivier --- linux-user/qemu.h | 1 - 1 file changed, 1 deletion(-) (limited to 'linux-user/qemu.h') diff --git a/linux-user/qemu.h b/linux-user/qemu.h index 82d33d7e93..fab287b7ec 100644 --- a/linux-user/qemu.h +++ b/linux-user/qemu.h @@ -116,7 +116,6 @@ typedef struct TaskState { #endif abi_ulong child_tidptr; #ifdef TARGET_M68K - int sim_syscalls; abi_ulong tp_value; #endif #if defined(TARGET_ARM) || defined(TARGET_M68K) -- cgit 1.4.1