summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/opcodes/ia64-dis.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-06-16 05:45:41 +0000
committerobrien <obrien@FreeBSD.org>2004-06-16 05:45:41 +0000
commitabfa7c9435b930b7b0628c3d5aecb3d2bd2939ae (patch)
tree1b1eca723e1299baef96baf728843d50abdf24a8 /contrib/binutils/opcodes/ia64-dis.c
parented2b7f732a9e0add59e9276fb35caeac694ca2c7 (diff)
parent2504df11e1275f63f4c53377bf91eee996360cb5 (diff)
downloadFreeBSD-src-abfa7c9435b930b7b0628c3d5aecb3d2bd2939ae.zip
FreeBSD-src-abfa7c9435b930b7b0628c3d5aecb3d2bd2939ae.tar.gz
This commit was generated by cvs2svn to compensate for changes in r130561,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/binutils/opcodes/ia64-dis.c')
-rw-r--r--contrib/binutils/opcodes/ia64-dis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/binutils/opcodes/ia64-dis.c b/contrib/binutils/opcodes/ia64-dis.c
index f9add91..4c63815 100644
--- a/contrib/binutils/opcodes/ia64-dis.c
+++ b/contrib/binutils/opcodes/ia64-dis.c
@@ -167,10 +167,10 @@ print_insn_ia64 (bfd_vma memaddr, struct disassemble_info *info)
}
else if (odesc - elf64_ia64_operands == IA64_OPND_TGT64)
{
- /* 60-bit immedate for long branches. */
+ /* 60-bit immediate for long branches. */
value = (((insn >> 13) & 0xfffff)
| (((insn >> 36) & 1) << 59)
- | (slot[1] << 20)) << 4;
+ | (((slot[1] >> 2) & 0x7fffffffffLL) << 20)) << 4;
}
else
{
OpenPOWER on IntegriCloud