Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r72361:85672cabac67
Date: 2014-07-05 17:31 +0200
http://bitbucket.org/pypy/pypy/changeset/85672cabac67/

Log:    One more ignored instruction

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
@@ -523,6 +523,8 @@
         'movnt', 'mfence', 'lfence', 'sfence',
         # bit manipulations
         'andn', 'bextr', 'blsi', 'blsmask', 'blsr', 'tzcnt', 'lzcnt',
+        # uh, this can occur with a 'call' on the following line...
+        'rex64',
     ])
 
     # a partial list is hopefully good enough for now; it's all to support
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to