Author: Richard Plangger <[email protected]>
Branch:
Changeset: r88121:69cdab401e30
Date: 2016-11-03 15:12 +0100
http://bitbucket.org/pypy/pypy/changeset/69cdab401e30/
Log: missing import in ppc backend
diff --git a/rpython/jit/backend/ppc/opassembler.py
b/rpython/jit/backend/ppc/opassembler.py
--- a/rpython/jit/backend/ppc/opassembler.py
+++ b/rpython/jit/backend/ppc/opassembler.py
@@ -30,6 +30,7 @@
from rpython.jit.backend.ppc import callbuilder
from rpython.rlib.rarithmetic import r_uint
from rpython.jit.backend.ppc.vector_ext import VectorAssembler
+from rpython.rlib.rjitlog import rjitlog as jl
class IntOpAssembler(object):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit