mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 11:39:53 +00:00
target-s390x: Drop unused cpu_s390x_close() prototype
It was never implemented. Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
5353d03dd7
commit
0dac84597a
@ -315,7 +315,6 @@ static inline int get_ilen(uint8_t opc)
|
||||
S390CPU *cpu_s390x_init(const char *cpu_model);
|
||||
void s390x_translate_init(void);
|
||||
int cpu_s390x_exec(CPUS390XState *s);
|
||||
void cpu_s390x_close(CPUS390XState *s);
|
||||
void do_interrupt (CPUS390XState *env);
|
||||
|
||||
/* you can call this signal handler from your SIGBUS and SIGSEGV
|
||||
|
Loading…
Reference in New Issue
Block a user