Debugger (and some friends): 64 bit fixes

This commit is contained in:
Ingo Weinhold
2012-08-05 23:58:25 +02:00
parent aed3510485
commit 7483c98dec
37 changed files with 313 additions and 277 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ continue_thread(port_id nubPort, thread_id thread)
return;
if (error != B_INTERRUPTED) {
fprintf(stderr, "%s: Failed to run thread %ld: %s\n",
fprintf(stderr, "%s: Failed to run thread %" B_PRId32 ": %s\n",
kCommandName, thread, strerror(error));
exit(1);
}