Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2008 09:02:38 +0100
From:      Soeren Straarup <xride@x12.dk>
To:        arm@freebsd.org
Subject:   about src/lib/libkse/arch/arm/include/pthread_md.h
Message-ID:  <20080202090238.289eeb66@x12.dk>

next in thread | raw e-mail | index | archive | help
Hi,

Index: pthread_md.h
===================================================================
RCS file: /home/ncvs/src/lib/libkse/arch/arm/include/pthread_md.h,v
retrieving revision 1.9
diff -u -r1.9 pthread_md.h
--- pthread_md.h        9 Oct 2007 13:42:23 -0000       1.9
+++ pthread_md.h        1 Feb 2008 22:48:50 -0000
@@ -240,7 +240,7 @@
                tcb->tcb_tmbx.tm_lwp = kcb->kcb_kmbx.km_lwp;
                if (setmbox)
                        _thr_setcontext(mc, (intptr_t)&tcb->tcb_tmbx,
-                               (intptr_t
*)&kcb->kcb_kmbx.km_curthread);
+                               (intptr_t *)kcb->kcb_kmbx.km_curthread);
                else
                        _thr_setcontext(mc, 0, NULL);
        } else {


Is that change correct?

/Soeren

-- 
Soeren Straarup   | aka OZ2DAK aka Xride
FreeBSD committer | FreeBSD since 2.2.6-R
  If a program is not working right, then send a patch



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