PERFORCE change 135014 for review

John Birrell jb at FreeBSD.org
Thu Feb 7 21:44:30 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=135014

Change 135014 by jb at jb_freebsd1 on 2008/02/08 05:43:53

	How many times do I have to cast this?

Affected files ...

.. //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/dtrace/dtrace.c#35 edit

Differences ...

==== //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/dtrace/dtrace.c#35 (text) ====

@@ -6029,7 +6029,7 @@
 
 			case DTRACEACT_PRINTM: {
 				/* The DIF returns a 'memref'. */
-				uintptr_t *memref = (uintptr_t *) val;
+				uintptr_t *memref = (uintptr_t *)(uintptr_t) val;
 
 				/* Get the size from the memref. */
 				size = memref[1];


More information about the p4-projects mailing list