PERFORCE change 135015 for review

John Birrell jb at FreeBSD.org
Thu Feb 7 21:45:31 PST 2008


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

Change 135015 by jb at jb_freebsd1 on 2008/02/08 05:44:57

	Add the extra argument to match amd64.

Affected files ...

.. //depot/projects/dtrace/src/sys/cddl/dev/dtrace/i386/dtrace_subr.c#8 edit

Differences ...

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

@@ -421,7 +421,7 @@
 
 /* Function to handle DTrace traps during probes. See i386/i386/trap.c */
 int
-dtrace_trap(struct trapframe *frame)
+dtrace_trap(struct trapframe *frame, u_int type)
 {
 	/*
 	 * A trap can occur while DTrace executes a probe. Before


More information about the p4-projects mailing list