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/m68k/target_syscall.h | |
parent | 808d77bc5f878a666035d478480b8ed229bd49fe (diff) |
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/m68k/target_syscall.h')
-rw-r--r-- | linux-user/m68k/target_syscall.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux-user/m68k/target_syscall.h b/linux-user/m68k/target_syscall.h index 632ee4fcf8..c0366b1c62 100644 --- a/linux-user/m68k/target_syscall.h +++ b/linux-user/m68k/target_syscall.h @@ -26,6 +26,4 @@ struct target_pt_regs { #define TARGET_WANT_OLD_SYS_SELECT -void do_m68k_simcall(CPUM68KState *, int); - #endif /* M68K_TARGET_SYSCALL_H */ |