Commit cdf5cf540be3b43476ef64db7a73b9cf8c790505
1 parent
17a594d7
Delete redundant prototype.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4379 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
2 deletions
target-mips/exec.h
... | ... | @@ -110,8 +110,6 @@ void fpu_dump_state(CPUState *env, FILE *f, |
110 | 110 | void dump_sc (void); |
111 | 111 | void do_pmon (int function); |
112 | 112 | |
113 | -void dump_sc (void); | |
114 | - | |
115 | 113 | int cpu_mips_handle_mmu_fault (CPUState *env, target_ulong address, int rw, |
116 | 114 | int mmu_idx, int is_softmmu); |
117 | 115 | void do_interrupt (CPUState *env); | ... | ... |