diff options
| author | Andreas Färber | 2013-01-20 03:26:12 +0100 |
|---|---|---|
| committer | Edgar E. Iglesias | 2013-01-21 13:36:55 +0100 |
| commit | 56a8810dd6686a999e47afa5c1870c66485ef1c6 (patch) | |
| tree | 9e0e4ec02722f5838b2129680a173b3701f6b2e1 /target-microblaze | |
| parent | target-cris: Drop unused cpu_cris_close() prototype (diff) | |
| download | qemu-56a8810dd6686a999e47afa5c1870c66485ef1c6.tar.gz qemu-56a8810dd6686a999e47afa5c1870c66485ef1c6.tar.xz qemu-56a8810dd6686a999e47afa5c1870c66485ef1c6.zip | |
target-microblaze: Drop unused cpu_mb_close() prototype
Such a function never existed.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'target-microblaze')
| -rw-r--r-- | target-microblaze/cpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-microblaze/cpu.h b/target-microblaze/cpu.h index 4de22266ef..5621068d82 100644 --- a/target-microblaze/cpu.h +++ b/target-microblaze/cpu.h @@ -274,7 +274,6 @@ struct CPUMBState { MicroBlazeCPU *cpu_mb_init(const char *cpu_model); int cpu_mb_exec(CPUMBState *s); -void cpu_mb_close(CPUMBState *s); void do_interrupt(CPUMBState *env); /* you can call this signal handler from your SIGBUS and SIGSEGV signal handlers to inform the virtual CPU of exceptions. non zero |
