浏览代码

Fix multithreading transition and update_event_table

Eric Ramat 3 年之前
父节点
当前提交
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();