commit | 27b0dc16b4e50b59aeefff2bfa73cf2eb8c7a70d | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Sun Apr 15 15:18:29 2012 +0200 |
committer | Stefan Weil <sw@weilnetz.de> | Sun Apr 15 21:25:16 2012 +0200 |
tree | a2097f8469761971d90fa53cc73ddfa35cd22bd3 | |
parent | 8d918718edcd6753aa12be96b71d1bd4fb6ed7cd [diff] |
w64: Fix type casts used in some macros in cpu-all.h Instead of type casts to long, w64 needs type casts to intptr_t. For other hosts, this changes nothing. Signed-off-by: Stefan Weil <sw@weilnetz.de>