PERFORCE change 43108 for review

Marcel Moolenaar marcel at FreeBSD.org
Thu Nov 27 16:03:52 PST 2003


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

Change 43108 by marcel at marcel_nfs on 2003/11/27 16:03:43

	Make this compile again.

Affected files ...

.. //depot/projects/ia64/sys/ia64/ia64/machdep.c#101 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/ia64/machdep.c#101 (text+ko) ====

@@ -919,7 +919,7 @@
 	mtx_unlock(&psp->ps_mtx);
 	PROC_UNLOCK(p);
 
-	get_mcontext(td, &sf.sf_uc.uc_mcontext);
+	get_mcontext(td, &sf.sf_uc.uc_mcontext, 0);
 
 	/* Copy the frame out to userland. */
 	if (copyout(&sf, sfp, sizeof(sf)) != 0) {


More information about the p4-projects mailing list