|
From: <sv...@va...> - 2009-05-21 23:33:20
|
Author: njn
Date: 2009-05-22 00:33:17 +0100 (Fri, 22 May 2009)
New Revision: 10080
Log:
Fix typo.
Modified:
branches/DARWIN/coregrind/m_syswrap/syswrap-main.c
Modified: branches/DARWIN/coregrind/m_syswrap/syswrap-main.c
===================================================================
--- branches/DARWIN/coregrind/m_syswrap/syswrap-main.c 2009-05-21 23:27:17 UTC (rev 10079)
+++ branches/DARWIN/coregrind/m_syswrap/syswrap-main.c 2009-05-21 23:33:17 UTC (rev 10080)
@@ -894,7 +894,7 @@
VG_TRACK( post_reg_write, Vg_CoreSysCall, tid,
OFFSET_ppc32_GPR3, sizeof(UWord) );
VG_TRACK( post_reg_write, Vg_CoreSysCall, tid,
- OFFSET_ppc32_GPR3, sizeof(UWord) );
+ OFFSET_ppc32_GPR4, sizeof(UWord) );
# elif defined(VGP_ppc64_aix5)
VexGuestPPC64State* gst = (VexGuestPPC64State*)gst_vanilla;
|