> compile NEMU

221220000 张三
Linux zzy 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
 22:57:06 up 2 days, 11:21,  3 users,  load average: 0.50, 0.54, 0.52
This commit is contained in:
tracer-ics2023
2024-09-07 22:57:07 +08:00
committed by zzy
parent 1796b3a418
commit 217503f22e

View File

@ -10,6 +10,7 @@
#if !defined(__ISA_NATIVE__) || defined(__NATIVE_USE_KLIB__)
int printf(const char *fmt, ...) {
assert(0);
va_list ap;
va_start(ap, fmt);
char buf[1024] = { 0 };