diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-12 03:15:13 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-12 03:15:13 +0000 |
commit | 08ba79632f106a14c981f888a3feaedf6c576fcf (patch) | |
tree | 07b6f8eecbdbaa2e6f3161d8af58c63d4f40fbc7 /target-mips/exec.h | |
parent | 2681b45add5f22694d645183a82824722b7191be (diff) |
TCGify a few more instructions.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4736 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/exec.h')
-rw-r--r-- | target-mips/exec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-mips/exec.h b/target-mips/exec.h index 42c2fc41f9..1aa4851cea 100644 --- a/target-mips/exec.h +++ b/target-mips/exec.h @@ -78,7 +78,6 @@ void fpu_dump_state(CPUState *env, FILE *f, int (*fpu_fprintf)(FILE *f, const char *fmt, ...), int flags); void dump_sc (void); -void do_pmon (int function); int cpu_mips_handle_mmu_fault (CPUState *env, target_ulong address, int rw, int mmu_idx, int is_softmmu); |