Changeset 1973 for binutils/trunk/opcodes/v850-dis.c
- Timestamp:
- Feb 6, 2017, 1:00:00 PM (8 years ago)
- Location:
- binutils/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
binutils/trunk ¶
-
Property svn:mergeinfo
set to
/binutils/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
TabularUnified binutils/trunk/opcodes/v850-dis.c ¶
r970 r1973 1 1 /* Disassemble V850 instructions. 2 Copyright (C) 1996-201 4Free Software Foundation, Inc.2 Copyright (C) 1996-2016 Free Software Foundation, Inc. 3 3 4 4 This file is part of the GNU opcodes library. … … 153 153 value <<= 16; 154 154 else if (value & 0x8000) 155 value |= (-1 L << 16);155 value |= (-1UL << 16); 156 156 157 157 return value;
Note:
See TracChangeset
for help on using the changeset viewer.