Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r61064:71b742f86054
Date: 2013-02-11 09:39 +0100
http://bitbucket.org/pypy/pypy/changeset/71b742f86054/

Log:    Yet Another assembler operation

diff --git a/rpython/translator/c/gcc/trackgcroot.py 
b/rpython/translator/c/gcc/trackgcroot.py
--- a/rpython/translator/c/gcc/trackgcroot.py
+++ b/rpython/translator/c/gcc/trackgcroot.py
@@ -477,7 +477,7 @@
         # floating-point operations cannot produce GC pointers
         'f',
         'cvt', 'ucomi', 'comi', 'subs', 'subp' , 'adds', 'addp', 'xorp',
-        'movap', 'movd', 'movlp', 'movup', 'sqrt', 'rsqrt', 'movhpd',
+        'movap', 'movd', 'movlp', 'movup', 'sqrt', 'rsqrt', 'movhpd', 'movlhp',
         'mins', 'minp', 'maxs', 'maxp', 'unpck', 'pxor', 'por', # sse2
         'shufps', 'shufpd',
         # arithmetic operations should not produce GC pointers
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to