PERFORCE change 149267 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Fri Sep 5 17:59:07 UTC 2008


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

Change 149267 by gonzo at gonzo_jeeves on 2008/09/05 17:58:25

	  Add MIPS to the list of axceptions along with ARM and PowerPC.

Affected files ...

.. //depot/projects/mips2/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_printf.c#2 edit

Differences ...

==== //depot/projects/mips2/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_printf.c#2 (text+ko) ====

@@ -306,7 +306,7 @@
 	case sizeof (double):
 		return (dt_printf(dtp, fp, format,
 		    *((double *)addr) / n));
-#if !defined(__arm__) && !defined(__powerpc__)
+#if !defined(__arm__) && !defined(__powerpc__) && !defined(__mips__)
 	case sizeof (long double):
 		return (dt_printf(dtp, fp, format,
 		    *((long double *)addr) / ldn));


More information about the p4-projects mailing list