summaryrefslogtreecommitdiffstats
path: root/target-mips/exec.h
diff options
context:
space:
mode:
authorths2008-06-12 05:15:13 +0200
committerths2008-06-12 05:15:13 +0200
commit08ba79632f106a14c981f888a3feaedf6c576fcf (patch)
tree07b6f8eecbdbaa2e6f3161d8af58c63d4f40fbc7 /target-mips/exec.h
parentUpdate TODO list. (diff)
downloadqemu-08ba79632f106a14c981f888a3feaedf6c576fcf.tar.gz
qemu-08ba79632f106a14c981f888a3feaedf6c576fcf.tar.xz
qemu-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 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);