Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2008 22:55:03 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 132270 for review
Message-ID:  <200801012255.m01Mt3KN063234@repoman.freebsd.org>

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

Change 132270 by jb@jb_freebsd1 on 2008/01/01 22:54:35

	Add the extra argument for the dtrace_trap function.

Affected files ...

.. //depot/projects/dtrace/src/sys/amd64/amd64/trap.c#20 edit

Differences ...

==== //depot/projects/dtrace/src/sys/amd64/amd64/trap.c#20 (text+ko) ====

@@ -232,7 +232,7 @@
 	 * function can return normally.
 	 */
 	if (dtrace_trap_func != NULL)
-		if ((*dtrace_trap_func)(frame))
+		if ((*dtrace_trap_func)(frame, type))
 			goto out;
 #endif
 



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