> 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:
@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
static uint32_t *rtc_port_base = NULL;
|
static uint32_t *rtc_port_base = NULL;
|
||||||
|
|
||||||
|
__attribute_noinline__
|
||||||
static void rtc_io_handler(uint32_t offset, int len, bool is_write) {
|
static void rtc_io_handler(uint32_t offset, int len, bool is_write) {
|
||||||
assert(offset == 0 || offset == 4);
|
assert(offset == 0 || offset == 4);
|
||||||
if (!is_write && offset == 4) {
|
if (!is_write && offset == 4) {
|
||||||
|
Reference in New Issue
Block a user