Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140139084
D19235.id54720.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
599 B
Referenced Files
None
Subscribers
None
D19235.id54720.diff
View Options
Index: head/contrib/binutils/opcodes/ppc-dis.c
===================================================================
--- head/contrib/binutils/opcodes/ppc-dis.c
+++ head/contrib/binutils/opcodes/ppc-dis.c
@@ -20,6 +20,7 @@
Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#include <stdio.h>
+#include <inttypes.h>
#include "sysdep.h"
#include "dis-asm.h"
#include "opcode/ppc.h"
@@ -97,7 +98,7 @@
dialect |= PPC_OPCODE_64;
}
- info->private_data = (char *) 0 + dialect;
+ info->private_data = (void *)(uintptr_t)dialect;
return dialect;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 21, 6:12 PM (13 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27118618
Default Alt Text
D19235.id54720.diff (599 B)
Attached To
Mode
D19235: Fix binutils compilation error with Clang 8
Attached
Detach File
Event Timeline
Log In to Comment