mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-27 05:20:50 +00:00
target-lm32: Drop unused cpu_lm32_close() prototype
It was never implemented. Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
0dac84597a
commit
0203f86f52
@ -189,7 +189,6 @@ struct CPULM32State {
|
|||||||
LM32CPU *cpu_lm32_init(const char *cpu_model);
|
LM32CPU *cpu_lm32_init(const char *cpu_model);
|
||||||
void cpu_lm32_list(FILE *f, fprintf_function cpu_fprintf);
|
void cpu_lm32_list(FILE *f, fprintf_function cpu_fprintf);
|
||||||
int cpu_lm32_exec(CPULM32State *s);
|
int cpu_lm32_exec(CPULM32State *s);
|
||||||
void cpu_lm32_close(CPULM32State *s);
|
|
||||||
void do_interrupt(CPULM32State *env);
|
void do_interrupt(CPULM32State *env);
|
||||||
/* you can call this signal handler from your SIGBUS and SIGSEGV
|
/* you can call this signal handler from your SIGBUS and SIGSEGV
|
||||||
signal handlers to inform the virtual CPU of exceptions. non zero
|
signal handlers to inform the virtual CPU of exceptions. non zero
|
||||||
|
Loading…
Reference in New Issue
Block a user