diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-07 15:29:58 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-07 15:29:58 +0000 |
commit | cdf5cf540be3b43476ef64db7a73b9cf8c790505 (patch) | |
tree | 41be35000673f2389fd0c794cd0271912252613a /target-mips | |
parent | 17a594d737131510b3aa12c82dab7a4045afa914 (diff) | |
download | qemu-cdf5cf540be3b43476ef64db7a73b9cf8c790505.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.h | 2 |
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); |