Commit 937a26ca authored by Hejing Li's avatar Hejing Li
Browse files

basicmem: advance cur_ts

parent 9ee3857d
...@@ -246,6 +246,7 @@ int main(int argc, char *argv[]) { ...@@ -246,6 +246,7 @@ int main(int argc, char *argv[]) {
} while (!exiting && next_ts <= cur_ts); } while (!exiting && next_ts <= cur_ts);
cur_ts = next_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