]> git.ipfire.org Git - thirdparty/qemu.git/commit - disas.c
disas: Replace 'unsigned long' by 'uintptr_t'
authorStefan Weil <sw@weilnetz.de>
Thu, 12 Apr 2012 13:44:35 +0000 (15:44 +0200)
committerStefan Weil <sw@weilnetz.de>
Sun, 15 Apr 2012 19:25:18 +0000 (21:25 +0200)
commitb0b0f1c964bb7643a6d4469ffd8157de84741d1f
tree9a88269dd41bbf72189f65af8117445fd03369f6
parent3ba19255450666869ecfe764774c2371f989e68b
disas: Replace 'unsigned long' by 'uintptr_t'

This is needed for w64. It changes nothing for other hosts.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
disas.c