Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/opcodes/ia64-dis.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    168168      else if (odesc - elf64_ia64_operands == IA64_OPND_TGT64)
    169169        {
    170           /* 60-bit immedate for long branches. */
     170          /* 60-bit immediate for long branches. */
    171171          value = (((insn >> 13) & 0xfffff)
    172172                   | (((insn >> 36) & 1) << 59)
    173                    | (slot[1] << 20)) << 4;
     173                   | (((slot[1] >> 2) & 0x7fffffffffLL) << 20)) << 4;
    174174        }
    175175      else
Note: See TracChangeset for help on using the changeset viewer.