~ubuntu-branches/ubuntu/gutsy/binutils/gutsy

« back to all changes in this revision

Viewing changes to opcodes/maxq-dis.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-08-01 18:46:10 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20070801184610-o2erg3m3n7bjofvj
Tags: 2.17.20070801cvs-0ubuntu1
* CVS snapshot 20070801, taken from the trunk.
  - Fixes objcopy --only-keep-debug on amd64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
      if (reg_code == mem_acc->opcode)
183
183
        {
184
184
          for (syntax = mem_access_syntax_table;
185
 
               mem_access_syntax_table != NULL || mem_access_syntax_table->name;
 
185
               syntax != NULL && syntax->name;
186
186
               ++syntax)
187
187
            if (!strcmp (mem_acc->name, syntax->name))
188
188
              {