PERFORCE change 132152 for review

John Birrell jb at FreeBSD.org
Sun Dec 30 21:29:56 PST 2007


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

Change 132152 by jb at jb_freebsd1 on 2007/12/31 05:29:23

	Comment out a hack that seemed to be required on i386 last time.

Affected files ...

.. //depot/projects/dtrace/src/contrib/opensolaris/lib/libdtrace/common/dt_subr.c#12 edit

Differences ...

==== //depot/projects/dtrace/src/contrib/opensolaris/lib/libdtrace/common/dt_subr.c#12 (text) ====

@@ -479,7 +479,7 @@
 {
 	const dtrace_vector_t *v = dtp->dt_vector;
 
-#if !defined(sun)
+#if !defined(sun) && defined(DOODAD)
 	/* XXX Avoid sign extension. This shouldn't be necessary. */
 	val &= 0xffffffff;
 #endif


More information about the p4-projects mailing list