mirror of https://gitee.com/openkylin/qemu.git
Delete redundant prototype.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4379 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
17a594d737
commit
cdf5cf540b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue