K 10 svn:author V 3 das K 8 svn:date V 27 2005-01-14T07:09:23.000000Z K 7 svn:log V 331 Mark all inline asms that read the floating-point control or status registers as volatile. Instructions that *wrote* to FP state were already marked volatile, but apparently gcc has license to move non-volatile asms past volatile asms. This broke amd64's feupdateenv at -O2 due to a WAR conflict between fnstsw and fldenv there. END