PERFORCE change 138557 for review

John Birrell jb at FreeBSD.org
Tue Mar 25 22:02:49 UTC 2008


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

Change 138557 by jb at jb_freebsd1 on 2008/03/25 22:02:03

	Add an extra label for reference elsewhere.

Affected files ...

.. //depot/projects/dtrace/src/sys/cddl/dev/dtrace/amd64/dtrace_asm.S#5 edit
.. //depot/projects/dtrace/src/sys/cddl/dev/dtrace/i386/dtrace_asm.S#8 edit

Differences ...

==== //depot/projects/dtrace/src/sys/cddl/dev/dtrace/amd64/dtrace_asm.S#5 (text+ko) ====

@@ -76,6 +76,7 @@
 	pushq	(%rsi)
 	movq	%rsp, %rsi
 	call	dtrace_invop
+	ALTENTRY(dtrace_invop_callsite)
 	addq	$8, %rsp
 	cmpl	$DTRACE_INVOP_PUSHL_EBP, %eax
 	je	bp_push

==== //depot/projects/dtrace/src/sys/cddl/dev/dtrace/i386/dtrace_asm.S#8 (text+ko) ====

@@ -54,6 +54,7 @@
 	 * those values.
 	 */
 	addl	$12, %esp
+	ALTENTRY(dtrace_invop_callsite)
 	cmpl	$DTRACE_INVOP_PUSHL_EBP, %eax
 	je	invop_push
 	cmpl	$DTRACE_INVOP_POPL_EBP, %eax


More information about the p4-projects mailing list