> 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
 23:27:20 up 3 days, 18:32,  1 user,  load average: 0.77, 0.61, 0.74
This commit is contained in:
tracer-ics2023
2024-09-20 23:27:21 +08:00
committed by zzy
parent e9e6caf6ba
commit e0fb135dea

View File

@ -8,8 +8,8 @@
#define AUDIO_INIT_ADDR (AUDIO_ADDR + 0x10)
#define AUDIO_COUNT_ADDR (AUDIO_ADDR + 0x14)
static size_t audio_write = 0;
static size_t audio_sbuf_size;
static uint32_t audio_write = 0;
static uint32_t audio_sbuf_size;
void __am_audio_init() {
}