[mupen64plus-core] 164/310: Remove unused variable bdslot

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:57:50 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 6e1e27f528bc842cd30d28806995b6638494c2e4
Author: Sven Eckelmann <sven at narfation.org>
Date:   Mon May 28 22:39:20 2012 +0200

    Remove unused variable bdslot
---
 debian/changelog                   |  7 +++++++
 debian/patches/series              |  1 +
 debian/patches/unused_bdslot.patch | 41 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 49 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f2a8dc7..c9b2f1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mupen64plus-core (1.99.5-6) UNRELEASED; urgency=low
+
+  * debian/patches:
+    - Add unused_bdslot.patch, Remove unused variable bdslot
+
+ -- Sven Eckelmann <sven at narfation.org>  Sat, 09 Jun 2012 00:28:40 +0200
+
 mupen64plus-core (1.99.5-5) unstable; urgency=low
 
   * debian/patches:
diff --git a/debian/patches/series b/debian/patches/series
index 6dc05b7..a9fd14f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ debugger_memory_breakpoints.patch
 rjump_gcc47.patch
 debugger_api.patch
 disable_recompiler_disassembler.patch
+unused_bdslot.patch
diff --git a/debian/patches/unused_bdslot.patch b/debian/patches/unused_bdslot.patch
new file mode 100644
index 0000000..d7c12d8
--- /dev/null
+++ b/debian/patches/unused_bdslot.patch
@@ -0,0 +1,41 @@
+Description: Remove unused variable bdslot
+Origin: upstream, https://bitbucket.org/richard42/mupen64plus-core/changeset/382c921de4d0
+Author: Sven Eckelmann <sven at narfation.org>
+
+---
+diff --git a/src/debugger/dbg_decoder.c b/src/debugger/dbg_decoder.c
+index d5bf75c25061fd34c4d08298e1746c6f05cb8690..ece9f7423076b27a93d7b20427d700354e847bce 100644
+--- a/src/debugger/dbg_decoder.c
++++ b/src/debugger/dbg_decoder.c
+@@ -288,7 +288,6 @@ db_disasm_insn ( struct r4k_dis_t * state,
+                  bool altfmt               )
+ {
+     char * rel;
+-    bool bdslot = false;
+     InstFmt i;
+ 
+     i.word = insn;
+@@ -348,7 +347,6 @@ db_disasm_insn ( struct r4k_dis_t * state,
+             case OP_JR:
+             case OP_JALR:
+                     db_printf(state, "%s", r4k_str_reg_name[i.RType.rs]);
+-                    bdslot = true;
+                     break;
+             case OP_MTLO:
+             case OP_MTHI:
+@@ -432,7 +430,6 @@ db_disasm_insn ( struct r4k_dis_t * state,
+                 r4k_str_reg_name[i.IType.rt]);
+     pr_displ:
+             print_addr( state, loc + 4 + ((short)i.IType.imm << 2) );
+-            bdslot = true;
+             break;
+ 
+     case OP_COP0:
+@@ -566,7 +563,6 @@ db_disasm_insn ( struct r4k_dis_t * state,
+     case OP_JAL:
+             db_printf(state, "%-16s", r4k_str_op_name[i.JType.op]);
+             print_addr(state, (loc & 0xF0000000) | (i.JType.target << 2));
+-            bdslot = true;
+             break;
+     
+     case OP_LDC1:

-- 
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