summaryrefslogtreecommitdiff
path: root/target-mips
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-07 15:29:58 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-07 15:29:58 +0000
commitf8d3e4821f5aa3b1b1ab19fbc12f7b4b7846e513 (patch)
tree41be35000673f2389fd0c794cd0271912252613a /target-mips
parent2b064a1bf227147c14f97026f02d5e44f9461554 (diff)
downloadqemu-f8d3e4821f5aa3b1b1ab19fbc12f7b4b7846e513.tar.gz
qemu-f8d3e4821f5aa3b1b1ab19fbc12f7b4b7846e513.tar.bz2
qemu-f8d3e4821f5aa3b1b1ab19fbc12f7b4b7846e513.zip
Delete redundant prototype.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4379 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips')
-rw-r--r--target-mips/exec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target-mips/exec.h b/target-mips/exec.h
index a8ad0b97c3..c353af06ea 100644
--- a/target-mips/exec.h
+++ b/target-mips/exec.h
@@ -110,8 +110,6 @@ void fpu_dump_state(CPUState *env, FILE *f,
void dump_sc (void);
void do_pmon (int function);
-void dump_sc (void);
-
int cpu_mips_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
int mmu_idx, int is_softmmu);
void do_interrupt (CPUState *env);