> 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
 20:13:32 up 8 days,  7:57,  1 user,  load average: 0.19, 0.35, 0.24
This commit is contained in:
tracer-ics2023
2024-09-26 20:13:32 +08:00
committed by zzy
parent d8c4ef4ffb
commit 923e8bd071

View File

@ -40,7 +40,7 @@ void __am_gpu_fbdraw(AM_GPU_FBDRAW_T *ctl) {
} }
} }
if (ctl->sync) { if (ctl->sync) {
while (inl(SYNC_ADDR) != 0) ; // while (inl(SYNC_ADDR) != 0) ;
outl(SYNC_ADDR, 1); outl(SYNC_ADDR, 1);
} }
} }