Skip to content

Commit

Permalink
Fix misnamed function.
Browse files Browse the repository at this point in the history
Change-Id: I8a52c703acc5c74a2dd701ee54837f45eec5d059
  • Loading branch information
xyzsam committed May 5, 2016
1 parent 00ebcbb commit e602260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xiosim/pintool/scheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ void MigrateThread(pid_t tid, int coreID) {
run_queues[coreID].q.pop();
run_queues[coreID].last_reschedule = cores[coreID]->sim_cycle;
/* Advance the core we're leaving. */
TickleQueue(coreID);
ScheduleNextUnblockedThread(coreID);
}

/* Thread will go on its preferred core. */
Expand Down

0 comments on commit e602260

Please sign in to comment.