|
From: <sv...@va...> - 2005-11-19 23:22:20
|
Author: njn
Date: 2005-11-19 23:22:18 +0000 (Sat, 19 Nov 2005)
New Revision: 5216
Log:
add comment from log message
Modified:
trunk/coregrind/m_dispatch/dispatch-ppc32-linux.S
Modified: trunk/coregrind/m_dispatch/dispatch-ppc32-linux.S
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_dispatch/dispatch-ppc32-linux.S 2005-11-19 23:08:49=
UTC (rev 5215)
+++ trunk/coregrind/m_dispatch/dispatch-ppc32-linux.S 2005-11-19 23:22:18=
UTC (rev 5216)
@@ -295,6 +295,7 @@
cmplwi 10,0
beq LafterFP8
=20
+/* This check avoidance may be removable if stfiwx is implemented. */
#if !defined(ENABLE_INNER)
/* Check FPSCR & 0xFF =3D=3D 0 (lowest 8bits are controls) */
mffs 4 /* fpscr -> fpr */
|