PERFORCE change 132270 for review
John Birrell
jb at FreeBSD.org
Tue Jan 1 14:55:04 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=132270
Change 132270 by jb at 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
More information about the p4-projects
mailing list