Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2007 21:31:59 GMT
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 125154 for review
Message-ID:  <200708142131.l7ELVxRG002638@repoman.freebsd.org>

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

Change 125154 by phk@phk_critter on 2007/08/14 21:30:58

	
	POST_MEM_WRITE the correct ARG2 instead of ARG1

Affected files ...

.. //depot/projects/valgrind/coregrind/m_syswrap/syswrap-x86-freebsd.c#3 edit

Differences ...

==== //depot/projects/valgrind/coregrind/m_syswrap/syswrap-x86-freebsd.c#3 (text+ko) ====

@@ -536,7 +536,7 @@
       SET_STATUS_from_SysRes( sys_get_thread_area( tid, 2, (void **)ARG2 ) );
 
       if (SUCCESS) {
-	 POST_MEM_WRITE( ARG1, sizeof(void *) );
+	 POST_MEM_WRITE( ARG2, sizeof(void *) );
       }
       break;
    default:



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