Author: David Malcolm <dmalc...@redhat.com> Branch: libgccjit-backend Changeset: r75095:8fd7e004583c Date: 2014-12-23 16:45 -0500 http://bitbucket.org/pypy/pypy/changeset/8fd7e004583c/
Log: Fix test_compile_bridge diff --git a/rpython/jit/backend/libgccjit/assembler.py b/rpython/jit/backend/libgccjit/assembler.py --- a/rpython/jit/backend/libgccjit/assembler.py +++ b/rpython/jit/backend/libgccjit/assembler.py @@ -304,9 +304,6 @@ self.make_function(name, inputargs, operations) - self.datablockwrapper.done() # finish using cpu.asmmemmgr - self.datablockwrapper = None - self.ctxt.dump_to_file("/tmp/%s.c" % name, r_int(1)) jit_result = self.ctxt.compile() self.ctxt.release() _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit