PERFORCE change 96017 for review
John Birrell
jb at FreeBSD.org
Mon Apr 24 21:39:20 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=96017
Change 96017 by jb at jb_freebsd2 on 2006/04/24 21:38:37
Comment out a Solaris-specific ASSERT.
Affected files ...
.. //depot/projects/dtrace/src/sys/cddl/dev/dtrace/dtrace_ecb.c#3 edit
Differences ...
==== //depot/projects/dtrace/src/sys/cddl/dev/dtrace/dtrace_ecb.c#3 (text+ko) ====
@@ -458,7 +458,9 @@
format = 0;
} else {
ASSERT(arg != 0);
+#if defined(sun)
ASSERT(arg > KERNELBASE);
+#endif
format = dtrace_format_add(state,
(char *)(uintptr_t)arg);
}
More information about the p4-projects
mailing list