Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Sonar smell.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 22 Oct 2017 15:44:51 +0000 (17:44 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 22 Oct 2017 15:44:51 +0000 (17:44 +0200)
src/kernel/context/ContextUnix.cpp

index 7ddae02..fd6562f 100644 (file)
@@ -253,7 +253,8 @@ void SerialUContext::suspend()
 {
   /* determine the next context */
   UContext* next_context = nullptr;
-  unsigned long int i = sysv_process_index++;
+  unsigned long int i    = sysv_process_index;
+  sysv_process_index++;
 
   if (i < simix_global->process_to_run.size()) {
     /* execute the next process */