mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
Add missing function prototype.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1772 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user