Core_Timing: Address Feedback and suppress warnings.
This commit is contained in:
parent
96f2b16356
commit
e0650a2034
5 changed files with 12 additions and 13 deletions
|
@ -113,7 +113,7 @@ public:
|
|||
current_context = new_context;
|
||||
}
|
||||
|
||||
bool CurrentContextCanRun() const {
|
||||
bool CanCurrentContextRun() const {
|
||||
return time_slice[current_context] > 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue