commit | 3b2992e42f8945f4bc6b9151f83dbf2bb5bcd538 | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Thu Apr 12 20:29:36 2012 +0200 |
committer | Stefan Weil <sw@weilnetz.de> | Sun Apr 15 21:25:16 2012 +0200 |
tree | 23e864a55140216544ce17e15729604f4e1b05d5 | |
parent | 5cf6dd51abb252d25cb77d3b7a95a744bed1a69c [diff] |
w64: Fix struct CPUTLBEntry For w64, some entries need 'uintptr_t' instead of 'unsigned long'. For other host systems, both data types are identical, so nothing changes. Signed-off-by: Stefan Weil <sw@weilnetz.de>