Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F165198778
D19235.id.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.id.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
Fri, Aug 7, 5:59 PM (1 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36129609
Default Alt Text
D19235.id.diff (599 B)
Attached To
Mode
D19235: Fix binutils compilation error with Clang 8
Attached
Detach File
Event Timeline
Log In to Comment