Author: Armin Rigo <[email protected]>
Branch: op_malloc_gc
Changeset: r50698:7b32ea5f4208
Date: 2011-12-19 07:57 +0100
http://bitbucket.org/pypy/pypy/changeset/7b32ea5f4208/
Log: fix
diff --git a/pypy/jit/backend/llgraph/runner.py
b/pypy/jit/backend/llgraph/runner.py
--- a/pypy/jit/backend/llgraph/runner.py
+++ b/pypy/jit/backend/llgraph/runner.py
@@ -37,7 +37,7 @@
def get_arg_types(self):
return self.arg_types
- def get_return_type(self):
+ def get_result_type(self):
return self.typeinfo
def get_extra_info(self):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit