summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-12 03:15:13 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-12 03:15:13 +0000
commit08ba79632f106a14c981f888a3feaedf6c576fcf (patch)
tree07b6f8eecbdbaa2e6f3161d8af58c63d4f40fbc7 /target-mips/exec.h
parentUpdate TODO list. (diff)
downloadqemu-kvm-08ba79632f106a14c981f888a3feaedf6c576fcf.tar.gz
qemu-kvm-08ba79632f106a14c981f888a3feaedf6c576fcf.tar.bz2
qemu-kvm-08ba79632f106a14c981f888a3feaedf6c576fcf.zip
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target-mips/exec.h b/target-mips/exec.h
index 42c2fc41f..1aa4851ce 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);