Use more compatible printf formatting.

Change-Id: I5d5b46f3e6c4f5abff1c0efa3ea8b4f589c1e635
log_output
Tim Newsome 2019-01-25 15:56:26 -08:00
parent e186f62962
commit 220a97979f
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ static int hwthread_thread_packet(struct connection *connection, const char *pac
target->rtos->current_thread = threadid_from_target(target);
target->rtos->current_threadid = current_threadid;
LOG_DEBUG("current_threadid=%ld", current_threadid);
LOG_DEBUG("current_threadid=%" PRId64, current_threadid);
gdb_put_packet(connection, "OK", 2);
return ERROR_OK;