Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107783304
D3376.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
379 B
Referenced Files
None
Subscribers
None
D3376.diff
View Options
Index: head/contrib/binutils/opcodes/arm-dis.c
===================================================================
--- head/contrib/binutils/opcodes/arm-dis.c
+++ head/contrib/binutils/opcodes/arm-dis.c
@@ -1767,7 +1767,7 @@
/* Is ``imm'' a negative number? */
if (imm & 0x40)
- imm |= (-1 << 7);
+ imm |= -(1 << 7);
func (stream, "%d", imm);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 4:21 AM (15 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15922605
Default Alt Text
D3376.diff (379 B)
Attached To
Mode
D3376: In binutils opcodes avoid left shifting negative values
Attached
Detach File
Event Timeline
Log In to Comment