Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jan 2008 19:45:39 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 132572 for review
Message-ID:  <200801051945.m05Jjdu3001495@repoman.freebsd.org>

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

Change 132572 by jb@jb_freebsd1 on 2008/01/05 19:45:23

	Add the type argument to the dtrace_trap() call.

Affected files ...

.. //depot/projects/dtrace/src/sys/i386/i386/trap.c#25 edit

Differences ...

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

@@ -251,7 +251,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?200801051945.m05Jjdu3001495>