提交 03175a49 编写于 作者: W William Wang

Chore: print compile time in init_ram

上级 bc86598f
...@@ -100,6 +100,7 @@ void init_ram(const char *img) { ...@@ -100,6 +100,7 @@ void init_ram(const char *img) {
assert(0); assert(0);
} }
printf("Emu compiled at %s, %s\n", __DATE__, __TIME__);
printf("The image is %s\n", img); printf("The image is %s\n", img);
fseek(fp, 0, SEEK_END); fseek(fp, 0, SEEK_END);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册