[pypy-svn] r47437 - pypy/dist/pypy/rlib

tismer at codespeak.net tismer at codespeak.net
Sat Oct 13 23:15:26 CEST 2007


Author: tismer
Date: Sat Oct 13 23:15:26 2007
New Revision: 47437

Modified:
   pypy/dist/pypy/rlib/rmmap.py
Log:
activated the relevant branch of the union

Modified: pypy/dist/pypy/rlib/rmmap.py
==============================================================================
--- pypy/dist/pypy/rlib/rmmap.py	(original)
+++ pypy/dist/pypy/rlib/rmmap.py	Sat Oct 13 23:15:26 2007
@@ -134,6 +134,10 @@
         SYSTEM_INFO = rffi_platform.Struct(
             'SYSTEM_INFO', [
                 ## ("_union_", SYSINFO_UNION),
+                ## instead, we put the smaller fields, here
+                ("wProcessorArchitecture", WORD),
+                ("wReserved", WORD),
+                ## should be a union. dwOemId is obsolete, anyway
                 ("dwPageSize", DWORD),
                 ("lpMinimumApplicationAddress", LPVOID),
                 ("lpMaximumApplicationAddress", LPVOID),



More information about the Pypy-commit mailing list