diff options
| author | Laurent Vivier <laurent@vivier.eu> | 2019-05-24 18:20:49 +0200 |
|---|---|---|
| committer | Laurent Vivier <laurent@vivier.eu> | 2019-06-26 17:14:41 +0200 |
| commit | c6d0700f57b2c50229a27e31b9f99056a011215f (patch) | |
| tree | 4d8c0973d5093a173a0cb7ad72c344dc701c377b /linux-user/qemu.h | |
| parent | 808d77bc5f878a666035d478480b8ed229bd49fe (diff) | |
| download | focaccia-qemu-c6d0700f57b2c50229a27e31b9f99056a011215f.tar.gz focaccia-qemu-c6d0700f57b2c50229a27e31b9f99056a011215f.zip | |
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 <laurent@vivier.eu> Message-Id: <20190524162049.806-1-laurent@vivier.eu> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'linux-user/qemu.h')
| -rw-r--r-- | linux-user/qemu.h | 1 |
1 files changed, 0 insertions, 1 deletions
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) |