Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2006 02:35:55 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 98181 for review
Message-ID:  <200605310235.k4V2ZtNK013177@repoman.freebsd.org>

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

Change 98181 by jb@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.



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