X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=unresolved_call.h;h=8111c630262111f2e5b77bfdb755bb9263012c84;hb=c8fb3694c071ffe819509e01292b2a1520a70017;hp=b45d6ab968b8ca41520738dc7e1c9a3c69d6e8bb;hpb=8eb12e7271472b1d8b6deecc35b048aa2021bc62;p=ia32rtools.git diff --git a/unresolved_call.h b/unresolved_call.h index b45d6ab..8111c63 100644 --- a/unresolved_call.h +++ b/unresolved_call.h @@ -1,5 +1,7 @@ -#define unresolved_call(n, p) \ - printf("%s: unresolved_call %p %s\n", n, p, addr_to_sym(p)) +#define unresolved_call(n, p) do {\ + printf("%s: unresolved_call %p %s\n", n, p, addr_to_sym(p)); \ + fflush(stdout); \ +} while (0) /* mingw is missing dbghelp stuff.. */ static const char *addr_to_sym(void *addr)