Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Nov 2003 16:03:51 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 43108 for review
Message-ID:  <200311280003.hAS03pUG053403@repoman.freebsd.org>

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

Change 43108 by marcel@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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311280003.hAS03pUG053403>