diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-18 22:50:49 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-18 22:50:49 +0000 |
commit | 48d38ca52b6d9c33066e139226eba2966d0c88d3 (patch) | |
tree | a49cb7ec85b954a2d7154eacb1f5f1b338af05c4 /target-mips/exec.h | |
parent | Fix local register cache handling. (diff) | |
download | qemu-kvm-48d38ca52b6d9c33066e139226eba2966d0c88d3.tar.gz qemu-kvm-48d38ca52b6d9c33066e139226eba2966d0c88d3.tar.bz2 qemu-kvm-48d38ca52b6d9c33066e139226eba2966d0c88d3.zip |
Switch most MIPS logical and arithmetic instructions to TCG.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4496 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/exec.h')
-rw-r--r-- | target-mips/exec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-mips/exec.h b/target-mips/exec.h index c353af06e..f10a35df0 100644 --- a/target-mips/exec.h +++ b/target-mips/exec.h @@ -118,8 +118,6 @@ void r4k_invalidate_tlb (CPUState *env, int idx, int use_extra); void cpu_loop_exit(void); void do_raise_exception_err (uint32_t exception, int error_code); void do_raise_exception (uint32_t exception); -void do_raise_exception_direct_err (uint32_t exception, int error_code); -void do_raise_exception_direct (uint32_t exception); void cpu_dump_state(CPUState *env, FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...), |