[pypy-svn] pypy default: typo :-/

fijal commits-noreply at bitbucket.org
Thu Mar 3 10:44:14 CET 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r42399:7d403820d973
Date: 2011-03-03 11:42 +0200
http://bitbucket.org/pypy/pypy/changeset/7d403820d973/

Log:	typo :-/

diff --git a/pypy/translator/c/gcc/trackgcroot.py b/pypy/translator/c/gcc/trackgcroot.py
--- a/pypy/translator/c/gcc/trackgcroot.py
+++ b/pypy/translator/c/gcc/trackgcroot.py
@@ -456,7 +456,7 @@
         'inc', 'dec', 'not', 'neg', 'or', 'and', 'sbb', 'adc',
         'shl', 'shr', 'sal', 'sar', 'rol', 'ror', 'mul', 'imul', 'div', 'idiv',
         'bswap', 'bt', 'rdtsc',
-        'punpck', 'pshufd', 'pcmp', 'pand', 'psslw', 'pssld', 'psslq',
+        'punpck', 'pshufd', 'pcmp', 'pand', 'psllw', 'pslld', 'psllq',
         # zero-extending moves should not produce GC pointers
         'movz', 
         ])


More information about the Pypy-commit mailing list