diff options
author | Andreas Färber <afaerber@suse.de> | 2013-01-20 03:20:58 +0100 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2013-01-21 13:36:55 +0100 |
commit | a42a56c5deeedebe650469640ebe77d80e1eefb5 (patch) | |
tree | ac44e240d1d6a4147ca3e779fcac0948b7332fb4 /target-cris | |
parent | 8b17ed4caa7e015324a4ecbe3c863e32458d840a (diff) |
target-cris: Drop unused cpu_cris_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-cris')
-rw-r--r-- | target-cris/cpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-cris/cpu.h b/target-cris/cpu.h index 63e6234f11..257cb52be2 100644 --- a/target-cris/cpu.h +++ b/target-cris/cpu.h @@ -175,7 +175,6 @@ typedef struct CPUCRISState { CRISCPU *cpu_cris_init(const char *cpu_model); int cpu_cris_exec(CPUCRISState *s); -void cpu_cris_close(CPUCRISState *s); void do_interrupt(CPUCRISState *env); /* you can call this signal handler from your SIGBUS and SIGSEGV signal handlers to inform the virtual CPU of exceptions. non zero |