Commit d2ec1774eb53ef4bf8bcc6686245739317b6315d
1 parent
38260998
Add missing function prototype.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1772 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
0 deletions
target-mips/exec.h
... | ... | @@ -81,6 +81,8 @@ uint32_t do_swr_kernel (uint32_t); |
81 | 81 | #endif |
82 | 82 | void do_pmon (int function); |
83 | 83 | |
84 | +void dump_sc (void); | |
85 | + | |
84 | 86 | int cpu_mips_handle_mmu_fault (CPUState *env, target_ulong address, int rw, |
85 | 87 | int is_user, int is_softmmu); |
86 | 88 | void do_interrupt (CPUState *env); | ... | ... |