> 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
 10:46:42 up 7 days, 10:47,  1 user,  load average: 0.04, 0.11, 0.14
This commit is contained in:
tracer-ics2023
2024-09-25 10:46:42 +08:00
committed by zzy
parent 3bdb9000a7
commit a0549737fe

View File

@ -32,7 +32,6 @@ 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);
TRACE("GPU_CONFIG: %d %d %d", gconf.width, gconf.height, gconf.vmemsz);
return snprintf(buf, len, "WIDTH : %d\nHEIGHT: %d\n", gconf.width, gconf.height);
}