Page MenuHomeFreeBSD

D3376.diff
No OneTemporary

D3376.diff

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

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)

Event Timeline