Просмотр исходного кода

Fix multithreading transition and update_event_table

Eric Ramat 3 лет назад
Родитель
Сommit
ad1ff10ee4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/artis-star/kernel/pdevs/multithreading/Coordinator.hpp

+ 1 - 1
src/artis-star/kernel/pdevs/multithreading/Coordinator.hpp

@@ -233,7 +233,7 @@ public:
       _condition.wait(lock);
     }
 
-    parent_type::update_event_table(t);
+//    parent_type::update_event_table(t);
     type::_tl = t;
     type::_tn = type::_event_table.get_current_time();
     type::clear_bag();