> 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:37 up 2 days, 2:43, 1 user, load average: 0.67, 0.41, 0.38
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
({ for (const char *p = s; *p; p++) putch(*p); })
|
||||
|
||||
#define io_read(reg) \
|
||||
({ static reg##_T __io_param; \
|
||||
({ reg##_T __io_param; \
|
||||
ioe_read(reg, (void*)&__io_param); \
|
||||
__io_param; })
|
||||
|
||||
|
Reference in New Issue
Block a user