> 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:16 up 7 days, 11:20,  1 user,  load average: 0.12, 0.14, 0.11
This commit is contained in:
tracer-ics2023
2024-09-25 11:20:16 +08:00
committed by zzy
parent c174a80480
commit bd5341d8bb

View File

@ -32,7 +32,7 @@ size_t events_read(void *buf, size_t offset, size_t len) {
size_t dispinfo_read(void *buf, size_t offset, size_t len) {
AM_GPU_CONFIG_T gconf = io_read(AM_GPU_CONFIG);
return snprintf(buf, len, "WIDTH : %d\nHEIGHT: %d\n", gconf.width, gconf.height);
return snprintf(buf, len, "WIDTH : %d\nHEIGHT : %d\n", gconf.width, gconf.height);
}
size_t fb_write(const void *buf, size_t offset, size_t len) {