> 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:50:03 up 2 days,  3:03,  1 user,  load average: 0.29, 0.41, 0.42
This commit is contained in:
tracer-ics2023
2024-09-14 12:50:04 +08:00
committed by zzy
parent 133eb58f92
commit 07b31c5f11

View File

@ -19,6 +19,7 @@
static uint32_t *rtc_port_base = NULL;
__attribute_noinline__
static void rtc_io_handler(uint32_t offset, int len, bool is_write) {
assert(offset == 0 || offset == 4);
if (!is_write && offset == 4) {