Skip to content

Commit

Permalink
target-microblaze: Drop unused cpu_mb_close() prototype
Browse files Browse the repository at this point in the history
Such a function never existed.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
  • Loading branch information
afaerber authored and edgarigl committed Jan 21, 2013
1 parent a42a56c commit 56a8810
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion target-microblaze/cpu.h
Expand Up @@ -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
Expand Down

0 comments on commit 56a8810

Please sign in to comment.