From: Julian Seward Date: Thu, 13 Jan 2005 16:36:42 +0000 (+0000) Subject: Fix typos in comment. X-Git-Tag: svn/VALGRIND_3_0_1^2~620 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d4ff2235917c4a2c977845bccf31586d045d24f;p=thirdparty%2Fvalgrind.git Fix typos in comment. git-svn-id: svn://svn.valgrind.org/vex/trunk@714 --- diff --git a/VEX/pub/libvex.h b/VEX/pub/libvex.h index 2daff3e92c..a208f94eeb 100644 --- a/VEX/pub/libvex.h +++ b/VEX/pub/libvex.h @@ -247,7 +247,7 @@ extern void LibVEX_ShowStats ( void ); %ecx, %edx, %esi, %edi, all the FP registers and control state, and all the XMM registers. - On entry, the FPU control word shouldbe set to 0x027F, and the SSE + On entry, the FPU control word should be set to 0x027F, and the SSE control word (%mxcsr) should be set to 0x1F80. On exit, they should still have those values (after masking off the lowest 6 bits of %mxcsr). If they don't, there is a bug in VEX-generated code.