[mupen64plus-core] 255/310: Enable CountPerOp for the new_dynarec

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:58:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch armhf_test
in repository mupen64plus-core.

commit 38eb1e9a5c71fe94771bfa9e20248a4722099fc8
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sat Dec 14 17:28:11 2013 +0100

    Enable CountPerOp for the new_dynarec
---
 debian/patches/counter_per_op.patch | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/debian/patches/counter_per_op.patch b/debian/patches/counter_per_op.patch
index d673924..2462896 100644
--- a/debian/patches/counter_per_op.patch
+++ b/debian/patches/counter_per_op.patch
@@ -150,6 +150,19 @@ index 32255597cdd54dc65b8cc5eb68e94b3f50be7a67..b7d2e5094c0bd01465dcbbce8ac60057
      
              Cause = (Cause | 0x8000) & 0xFFFFFF83;
              if ((Status & 7) != 1) return;
+diff --git a/src/r4300/new_dynarec/new_dynarec.c b/src/r4300/new_dynarec/new_dynarec.c
+index 8ee4eda2fdbaff5fb01c8033c56b61833e43b8f7..78b23a55499a2f5bc693b3033b75c1df116d5478 100644
+--- a/src/r4300/new_dynarec/new_dynarec.c
++++ b/src/r4300/new_dynarec/new_dynarec.c
+@@ -48,7 +48,7 @@
+ 
+ #define MAXBLOCK 4096
+ #define MAX_OUTPUT_BLOCK_SIZE 262144
+-#define CLOCK_DIVIDER 2
++#define CLOCK_DIVIDER count_per_op
+ 
+ void *base_addr;
+ 
 diff --git a/src/r4300/r4300.c b/src/r4300/r4300.c
 index 9a64fdb480602359359ba7e41fc6f7945fe1852a..200722ed811803bdad17bf7d7fc1662c6b98d24d 100644
 --- a/src/r4300/r4300.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-core.git



More information about the Pkg-games-commits mailing list