Author: Maciej Fijalkowski <[email protected]>
Branch: optresult
Changeset: r77830:74f6eeddfbd4
Date: 2015-06-03 17:39 +0200
http://bitbucket.org/pypy/pypy/changeset/74f6eeddfbd4/

Log:    grr

diff --git a/rpython/jit/metainterp/resoperation.py 
b/rpython/jit/metainterp/resoperation.py
--- a/rpython/jit/metainterp/resoperation.py
+++ b/rpython/jit/metainterp/resoperation.py
@@ -738,7 +738,7 @@
     'GETINTERIORFIELD_GC/2d/rfi',
     'RAW_LOAD/2d/fi',
     'GETFIELD_GC/1d/rfi',
-    'GETFIELD_RAW/1d/fi',
+    'GETFIELD_RAW/1d/rfi',
     '_MALLOC_FIRST',
     'NEW/0d/r',           #-> GcStruct, gcptrs inside are zeroed (not the rest)
     'NEW_WITH_VTABLE/0d/r',#-> GcStruct with vtable, gcptrs inside are zeroed
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to