From: Julian Seward Date: Sat, 28 May 2011 16:58:45 +0000 (+0000) Subject: Undo bogus comment changes committed in r11783. X-Git-Tag: svn/VALGRIND_3_7_0~453 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84fa16228a88862bf8956526b6127b5f5afc057a;p=thirdparty%2Fvalgrind.git Undo bogus comment changes committed in r11783. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11784 --- diff --git a/coregrind/m_dispatch/dispatch-ppc32-linux.S b/coregrind/m_dispatch/dispatch-ppc32-linux.S index b2926b4aa1..8249c38da0 100644 --- a/coregrind/m_dispatch/dispatch-ppc32-linux.S +++ b/coregrind/m_dispatch/dispatch-ppc32-linux.S @@ -179,7 +179,7 @@ LafterVMX1: /* r3 holds guest_state */ /* r4 holds do_profiling */ mr 31,3 /* r31 (generated code gsp) = r3 */ - stw 3,28(1) /* spill orig guest_state ptr (UNUSED) */ + stw 3,28(1) /* spill orig guest_state ptr */ /* 24(sp) used later to stop ctr reg being clobbered */ /* 20(sp) used later to load fpscr with zero */ diff --git a/coregrind/m_dispatch/dispatch-ppc64-linux.S b/coregrind/m_dispatch/dispatch-ppc64-linux.S index 6eb4fc919d..0438831ee7 100644 --- a/coregrind/m_dispatch/dispatch-ppc64-linux.S +++ b/coregrind/m_dispatch/dispatch-ppc64-linux.S @@ -186,7 +186,7 @@ VG_(run_innerloop): /* r3 holds guest_state */ /* r4 holds do_profiling */ mr 31,3 - std 3,104(1) /* spill orig guest_state ptr (UNUSED) */ + std 3,104(1) /* spill orig guest_state ptr */ /* 96(sp) used later to check FPSCR[RM] */ /* 88(sp) used later to load fpscr with zero */