> compile NEMU
ysyx_22040000 李心杨 Linux calcite 6.6.19 #1-NixOS SMP PREEMPT_DYNAMIC Fri Mar 1 12:35:11 UTC 2024 x86_64 GNU/Linux 16:14:37 up 5:50, 2 users, load average: 0.41, 0.62, 0.54
This commit is contained in:
parent
67a6ccdb6b
commit
802fcb0846
1 changed files with 2 additions and 0 deletions
|
@ -46,5 +46,7 @@ void log_itrace_print() {
|
||||||
if (logbuf[i][0] == '\0') continue;
|
if (logbuf[i][0] == '\0') continue;
|
||||||
puts(logbuf[i]);
|
puts(logbuf[i]);
|
||||||
}
|
}
|
||||||
|
puts("Current command:");
|
||||||
|
puts(logbuf[logbuf_rear]);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue