On Sat, Apr 13, 2013 at 10:45:50PM +0200, Stefan Weil wrote: > GetLastError() returns a DWORD value which is unsigned long, > so the correct format specifier is %lu. > > Signed-off-by: Stefan Weil <s...@weilnetz.de> > --- > > Debian's w32 cross compiler does not complain about the wrong > specifiers, but the w64 cross compiler does. > > I'm sorry that I did not notice this before sending the pull > request. > > > cpus.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan