PERFORCE change 98181 for review

John Birrell jb at FreeBSD.org
Tue May 30 19:37:17 PDT 2006


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

Change 98181 by jb at jb_freebsd2 on 2006/05/31 02:35:25

	Add the call site entry label.

Affected files ...

.. //depot/projects/dtrace/src/sys/i386/i386/exception.s#4 edit

Differences ...

==== //depot/projects/dtrace/src/sys/i386/i386/exception.s#4 (text+ko) ====

@@ -198,6 +198,7 @@
 	/* Call the registered function (dtrace_invop). */
 	call	*dtrace_invop_func	/* Call the registered function. */
 
+ALTENTRY(dtrace_invop_callsite)
 	/*
 	 * Drop the arguments to dtrace_invop from the stack, leaving
 	 * the registers.


More information about the p4-projects mailing list