Author: Carl Friedrich Bolz <[email protected]>
Branch: optresult-unroll
Changeset: r79250:d06c03e5917f
Date: 2015-08-27 12:39 +0200
http://bitbucket.org/pypy/pypy/changeset/d06c03e5917f/
Log: reinstante accidentally killed line
diff --git a/rpython/jit/metainterp/pyjitpl.py
b/rpython/jit/metainterp/pyjitpl.py
--- a/rpython/jit/metainterp/pyjitpl.py
+++ b/rpython/jit/metainterp/pyjitpl.py
@@ -726,6 +726,7 @@
else:
assert type == 'f'
assert resvalue == upd.currfieldbox.getfloatstorage()
+ return upd.currfieldbox
resbox = self.execute_with_descr(opnum, fielddescr, box)
upd.getfield_now_known(resbox)
return resbox
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit