> 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:
tracer-ysyx 2024-03-13 16:14:37 +08:00 committed by xinyangli
parent 67a6ccdb6b
commit 802fcb0846

View file

@ -46,5 +46,7 @@ void log_itrace_print() {
if (logbuf[i][0] == '\0') continue;
puts(logbuf[i]);
}
puts("Current command:");
puts(logbuf[logbuf_rear]);
}
#endif