projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5353d03
)
target-s390x: Drop unused cpu_s390x_close() prototype
author
Andreas Färber
<afaerber@suse.de>
Sat, 2 Feb 2013 11:10:37 +0000
(12:10 +0100)
committer
Andreas Färber
<afaerber@suse.de>
Sat, 16 Feb 2013 13:51:00 +0000
(14:51 +0100)
It was never implemented.
Signed-off-by: Andreas Färber <afaerber@suse.de>
target-s390x/cpu.h
patch
|
blob
|
history
diff --git
a/target-s390x/cpu.h
b/target-s390x/cpu.h
index fa8dfe07379c1dada48e3f94b7b4a66474997aad..e450db74a21c08572b42440c93084a735635258d 100644
(file)
--- a/
target-s390x/cpu.h
+++ b/
target-s390x/cpu.h
@@
-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