[pypy-svn] r53213 - pypy/branch/jit-hotpath/pypy/jit/codegen/i386

fijal at codespeak.net fijal at codespeak.net
Mon Mar 31 23:00:24 CEST 2008


Author: fijal
Date: Mon Mar 31 23:00:20 2008
New Revision: 53213

Modified:
   pypy/branch/jit-hotpath/pypy/jit/codegen/i386/ri386setup.py
Log:
Ooops... we really need some tests


Modified: pypy/branch/jit-hotpath/pypy/jit/codegen/i386/ri386setup.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/jit/codegen/i386/ri386setup.py	(original)
+++ pypy/branch/jit-hotpath/pypy/jit/codegen/i386/ri386setup.py	Mon Mar 31 23:00:20 2008
@@ -481,7 +481,7 @@
 FSTL.mode1(MODRM64, ['\xDD', orbyte(2<<3), modrm(1)])
 
 FISTP = Instruction()
-FISTP.mode1(MODRM, ['xDB', orbyte(3<<3), modrm(1)])
+FISTP.mode1(MODRM, ['\xDB', orbyte(3<<3), modrm(1)])
 
 # ------------------------- end of floating point ------------------------
 



More information about the Pypy-commit mailing list