PERFORCE change 132572 for review
John Birrell
jb at FreeBSD.org
Sat Jan 5 11:45:40 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=132572
Change 132572 by jb at 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
More information about the p4-projects
mailing list