修正未能正确获取C语言全局变量地址的bug,代码正确运行

This commit is contained in:
2025-02-03 12:13:17 +08:00
parent 8b7dd6d9ff
commit a5d2f7e947
3 changed files with 15 additions and 14 deletions

View File

@@ -37,6 +37,6 @@ SECTIONS
_RODATA_END_ = .;
}
. = 0x40000800;
/*. = 0x40000800;*/
.trap_entry : { *(.trap_entry)}
}