[pypy-commit] pypy op_malloc_gc: fix

arigo noreply at buildbot.pypy.org
Mon Dec 19 08:23:29 CET 2011


Author: Armin Rigo <arigo at tunes.org>
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):


More information about the pypy-commit mailing list