commit | 23ddbf08bfe3cf3e9d6993bd7918b6c4339ba2bb | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Sun Apr 15 21:02:09 2012 +0200 |
committer | Stefan Weil <sw@weilnetz.de> | Sun Apr 15 21:25:17 2012 +0200 |
tree | a92bd75082afea08fe754cb20c9c47f954b79e09 | |
parent | 3b2992e42f8945f4bc6b9151f83dbf2bb5bcd538 [diff] |
softmmu: Use uintptr_t for physaddr and rename it Variable physaddr is a host address which should be represented by data type 'uintptr_t'. This is needed for w64 and changes nothing for other hosts. v2: Rename physaddr -> hostaddr (suggested by Blue Swirl). Signed-off-by: Stefan Weil <sw@weilnetz.de>