Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2008 05:44:29 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135014 for review
Message-ID:  <200802080544.m185iThU091310@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=135014

Change 135014 by jb@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];



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802080544.m185iThU091310>