Commit 9ee3857d authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

basicmem: fix sync behavior by actually advancing cur_ts

parent 461560c9
...@@ -245,6 +245,7 @@ int main(int argc, char *argv[]) { ...@@ -245,6 +245,7 @@ int main(int argc, char *argv[]) {
} while (!exiting && next_ts <= cur_ts); } while (!exiting && next_ts <= cur_ts);
cur_ts = next_ts;
} }
return 0; return 0;
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment