aboutsummaryrefslogtreecommitdiffstats
path: root/target-mips/exec.h
diff options
context:
space:
mode:
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2006-03-11 15:00:08 +0000
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2006-03-11 15:00:08 +0000
commitd2ec1774eb53ef4bf8bcc6686245739317b6315d (patch)
treee1fd49b1960eeb3d4725cfd76f79346ff35f6b76 /target-mips/exec.h
parent38260998a207df693747877e8d96aa6c68ea29c6 (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/exec.h')
-rw-r--r--target-mips/exec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/target-mips/exec.h b/target-mips/exec.h
index ed9094c7e..2cd1e02c4 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);