Author: Maciej Fijalkowski <[email protected]>
Branch: optresult
Changeset: r77896:4c25326069a6
Date: 2015-06-05 12:13 +0200
http://bitbucket.org/pypy/pypy/changeset/4c25326069a6/
Log: try to fix annotation
diff --git a/rpython/jit/backend/llsupport/descr.py
b/rpython/jit/backend/llsupport/descr.py
--- a/rpython/jit/backend/llsupport/descr.py
+++ b/rpython/jit/backend/llsupport/descr.py
@@ -35,6 +35,7 @@
class SizeDescr(AbstractDescr):
size = 0 # help translation
tid = llop.combine_ushort(lltype.Signed, 0, 0)
+ _corresponding_vtable = lltype.nullptr(rclass.OBJECT_VTABLE)
def __init__(self, size, count_fields_if_immut=-1,
gc_fielddescrs=None, all_fielddescrs=None,
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit