Skip to content

Commit

Permalink
Add missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Rogers committed Mar 18, 2009
1 parent 6784db1 commit 18b2944
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 @@ -181,7 +181,7 @@ static void createThreadSpecificDataKeys()
{
int rc;
SYS_START();
TRACE_PRINTF("%s: sysThreadSpecificDataKeys\n");
TRACE_PRINTF("%s: sysThreadSpecificDataKeys\n", Me);

// Create a key for thread-specific data so we can associate
// the id of the Processor object with the pthread it is running on.
Expand Down

0 comments on commit 18b2944

Please sign in to comment.