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

basicmem: advance cur_ts

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