summaryrefslogtreecommitdiff
path: root/target-mips/exec.h
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
commitcdf5cf540be3b43476ef64db7a73b9cf8c790505 (patch)
tree41be35000673f2389fd0c794cd0271912252613a /target-mips/exec.h
parent17a594d737131510b3aa12c82dab7a4045afa914 (diff)
downloadqemu-cdf5cf540be3b43476ef64db7a73b9cf8c790505.tar.gz
Delete redundant prototype.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4379 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/exec.h')
-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);