On 11/11/21 18:08, Alex Bennée wrote:
+
+ /*
+ * In replay mode all events written into the log should be replayed.
+ * That is why NOIRQ flag is removed in this mode.
I guess if we were being complete we could say something like:
In replay mode all events will come from the log and can't be
suppressed otherwise we would break determinism. However as those
events are tied to the number of executed instructions we won't see
them occurring every time we single step.
Ok, I can integrate this improved comment.
Paolo