> 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
 11:20:52 up 1 day,  1:34,  1 user,  load average: 0.20, 0.22, 0.25
This commit is contained in:
tracer-ics2023
2024-09-13 11:20:53 +08:00
committed by zzy
parent 324b5dddef
commit f6f961ee0f

View File

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