cpu-exec: Remove non-portable type cast and fix format string
authorStefan Weil <sw@weilnetz.de>
Thu, 12 Apr 2012 13:44:24 +0000 (15:44 +0200)
committerStefan Weil <sw@weilnetz.de>
Sun, 15 Apr 2012 19:25:17 +0000 (21:25 +0200)
commit3ba19255450666869ecfe764774c2371f989e68b
tree40d952829b5b835888a3d244aee3bc4f918033e7
parentb69e48a84d83162efd4782472572783e99840cf5
cpu-exec: Remove non-portable type cast and fix format string

This change is needed for w64, but also changes the code for other hosts.

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