Date: Thu, 15 Sep 2005 19:17:27 GMT From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 83686 for review Message-ID: <200509151917.j8FJHRVq008745@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=83686 Change 83686 by jhb@jhb_slimer on 2005/09/15 19:16:44 Fix one more case of using the input memory operand for a read. Affected files ... .. //depot/projects/smpng/sys/i386/include/atomic.h#43 edit Differences ... ==== //depot/projects/smpng/sys/i386/include/atomic.h#43 (text+ko) ==== @@ -121,7 +121,7 @@ __asm __volatile( " pushfl ; " " cli ; " - " cmpl %0,%2 ; " + " cmpl %0,%3 ; " " jne 1f ; " " movl %2,%1 ; " "1: "
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509151917.j8FJHRVq008745>