[pypy-commit] pypy stmgc-c8-dictiter: oops

arigo noreply at buildbot.pypy.org
Fri Nov 6 01:45:21 EST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: stmgc-c8-dictiter
Changeset: r80561:769f958d793d
Date: 2015-11-06 06:47 +0000
http://bitbucket.org/pypy/pypy/changeset/769f958d793d/

Log:	oops

diff --git a/rpython/translator/stm/funcgen.py b/rpython/translator/stm/funcgen.py
--- a/rpython/translator/stm/funcgen.py
+++ b/rpython/translator/stm/funcgen.py
@@ -417,7 +417,7 @@
 def stm_hashtable_iter_tracefn(funcgen, op):
     arg0 = funcgen.expr(op.args[0])
     arg1 = funcgen.expr(op.args[1])
-    return ('stm_hashtable_tracefn((stm_hashtable_table_t *)%s,'
+    return ('stm_hashtable_iter_tracefn((stm_hashtable_table_t *)%s,'
             ' (void(*)(object_t**))%s);' % (arg0, arg1))
 
 def stm_queue_create(funcgen, op):


More information about the pypy-commit mailing list