From: Nicholas Nethercote Date: Sat, 19 Nov 2005 23:22:18 +0000 (+0000) Subject: add comment from log message X-Git-Tag: svn/VALGRIND_3_1_0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50ad55bc198737976c45e4ef6c8952ccea4e8edf;p=thirdparty%2Fvalgrind.git add comment from log message git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5216 --- diff --git a/coregrind/m_dispatch/dispatch-ppc32-linux.S b/coregrind/m_dispatch/dispatch-ppc32-linux.S index e1259dbbfc..d3e6e1dd11 100644 --- a/coregrind/m_dispatch/dispatch-ppc32-linux.S +++ b/coregrind/m_dispatch/dispatch-ppc32-linux.S @@ -295,6 +295,7 @@ run_innerloop_exit: cmplwi 10,0 beq LafterFP8 +/* This check avoidance may be removable if stfiwx is implemented. */ #if !defined(ENABLE_INNER) /* Check FPSCR & 0xFF == 0 (lowest 8bits are controls) */ mffs 4 /* fpscr -> fpr */