diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-23 08:18:27 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-23 08:18:27 +0000 |
commit | df1561e22df42643d769aacdcc7d6d239f243366 (patch) | |
tree | 38c961096677685c9c630927f8804bae07ac8679 /target-mips/op.c | |
parent | 6963d7af10c657d2b654dc85fca6a3104d32d8a9 (diff) |
The previous patch to make breakpoints work was a performance
disaster, use a similiar hack as ARM does instead.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2848 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/op.c')
-rw-r--r-- | target-mips/op.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target-mips/op.c b/target-mips/op.c index 9ba0050ce6..8f5b11c755 100644 --- a/target-mips/op.c +++ b/target-mips/op.c @@ -1002,16 +1002,6 @@ void op_jnz_T2 (void) RETURN(); } -void op_flush_icache_range(void) { - CALL_FROM_TB2(tlb_flush_page, env, T0 + T1); - RETURN(); -} - -void op_flush_icache_all(void) { - CALL_FROM_TB1(tb_flush, env); - RETURN(); -} - /* CP0 functions */ void op_mfc0_index (void) { |