> 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
 12:29:08 up 2 days,  2:43,  1 user,  load average: 0.67, 0.39, 0.37
This commit is contained in:
tracer-ics2023
2024-09-14 12:29:08 +08:00
committed by zzy
parent c4b0a224f0
commit 014a4aba9b

View File

@ -16,7 +16,7 @@
({ for (const char *p = s; *p; p++) putch(*p); })
#define io_read(reg) \
({ volatile reg##_T __io_param; \
({ static reg##_T __io_param; \
ioe_read(reg, (void*)&__io_param); \
__io_param; })