"vscode:/vscode.git/clone" did not exist on "a360511d7b9f92fde1f54a45f2a4d85831386d36"
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[]) {
} while (!exiting && next_ts <= cur_ts);
cur_ts = next_ts;
}
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