diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-03-11 15:00:08 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-03-11 15:00:08 +0000 |
commit | d2ec1774eb53ef4bf8bcc6686245739317b6315d (patch) | |
tree | e1fd49b1960eeb3d4725cfd76f79346ff35f6b76 /target-mips | |
parent | 38260998a207df693747877e8d96aa6c68ea29c6 (diff) |
Add missing function prototype.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1772 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips')
-rw-r--r-- | target-mips/exec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-mips/exec.h b/target-mips/exec.h index ed9094c7e6..2cd1e02c48 100644 --- a/target-mips/exec.h +++ b/target-mips/exec.h @@ -81,6 +81,8 @@ uint32_t do_swr_kernel (uint32_t); #endif void do_pmon (int function); +void dump_sc (void); + int cpu_mips_handle_mmu_fault (CPUState *env, target_ulong address, int rw, int is_user, int is_softmmu); void do_interrupt (CPUState *env); |