/[qemu]/qemu/arm-dis.c
ViewVC logotype

Diff of /qemu/arm-dis.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by bellard, Wed Jul 9 17:10:32 2003 UTC revision 1.3 by bellard, Wed Apr 27 20:15:00 2005 UTC
# Line 1556  print_insn_arm (pc, info) Line 1556  print_insn_arm (pc, info)
1556      }      }
1557        
1558    is_thumb = force_thumb;    is_thumb = force_thumb;
1559      if (pc & 1)
1560        {
1561          is_thumb = 1;
1562          pc &= ~(bfd_vma) 1;
1563        }
1564        
1565  #if 0  #if 0
1566    if (!is_thumb && info->symbols != NULL)    if (!is_thumb && info->symbols != NULL)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26