• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisióna915c10f7f1cd8ed433554f05a7281995ae9a540 (tree)
Tiempo2015-11-20 23:16:30
AutorNick Clifton <nickc@redh...>
CommiterNick Clifton

Log Message

Remove a if-clause that is redundant because the same test has been performed earlier on.

PR binutils/19224
* h8300-dis.c (bfd_h8_disassemble): Remove redundant if clause.

Cambiar Resumen

Diferencia incremental

--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,10 @@
11 2015-11-20 Nick Clifton <nickc@redhat.com>
22
3+ PR binutils/19224
4+ * h8300-dis.c (bfd_h8_disassemble): Remove redundant if clause.
5+
6+2015-11-20 Nick Clifton <nickc@redhat.com>
7+
38 * po/zh_CN.po: Updated simplified Chinese translation.
49
510 2015-11-19 Matthew Wahab <matthew.wahab@arm.com>
--- a/opcodes/h8300-dis.c
+++ b/opcodes/h8300-dis.c
@@ -544,10 +544,6 @@ bfd_h8_disassemble (bfd_vma addr, disassemble_info *info, int mach)
544544 (data[i] << 16) | (data[i + 1] << 8) | (data[i + 2]);
545545 cstlen[opnr] = 24;
546546 }
547- else if (looking_for & IGNORE)
548- {
549- ;
550- }
551547 else if (looking_for & DISPREG)
552548 {
553549 dispregno[opnr] = thisnib & 7;