[pypy-svn] r31891 - pypy/dist/pypy/jit/codegen/i386

benyoung at codespeak.net benyoung at codespeak.net
Thu Aug 31 17:18:34 CEST 2006


Author: benyoung
Date: Thu Aug 31 17:18:25 2006
New Revision: 31891

Modified:
   pypy/dist/pypy/jit/codegen/i386/codebuf_nt.py
Log:
Fix the JIT allocation code for Windows (to a fuller extent)

Modified: pypy/dist/pypy/jit/codegen/i386/codebuf_nt.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/i386/codebuf_nt.py	(original)
+++ pypy/dist/pypy/jit/codegen/i386/codebuf_nt.py	Thu Aug 31 17:18:25 2006
@@ -1,4 +1,5 @@
 import ctypes
+import pypy.rpython.rctypes.implementation
 from pypy.rpython.rctypes.tool import ctypes_platform
 from pypy.rpython.rctypes.tool.ctypes_platform import ConstantInteger
 from pypy.rpython.rctypes.tool.ctypes_platform import SimpleType



More information about the Pypy-commit mailing list