Skip to content

Commit

Permalink
Allow debug output in BaseBase builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Rogers committed Mar 20, 2009
1 parent 29f6a7d commit 7f471c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bootloader/sysThread.c
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ static void* sysThreadStartup(void *args)
jb = (jmp_buf*)sysMalloc(sizeof(jmp_buf));
if (setjmp(*jb)) {
// this is where we come to terminate the thread
TRACE_PRINTF("%s: sysThreadStartup: terminating", Me);
TRACE_PRINTF("%s: sysThreadStartup: terminating\n", Me);
#ifdef RVM_FOR_HARMONY
hythread_detach(NULL);
#endif
Expand Down

0 comments on commit 7f471c0

Please sign in to comment.