Core_Timing: Address Feedback and suppress warnings.

This commit is contained in:
Fernando Sahmkow 2019-10-11 14:44:14 -04:00
parent 96f2b16356
commit e0650a2034
5 changed files with 12 additions and 13 deletions

View file

@ -113,7 +113,7 @@ public:
current_context = new_context;
}
bool CurrentContextCanRun() const {
bool CanCurrentContextRun() const {
return time_slice[current_context] > 0;
}