mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 05:00:26 +01:00
Make rt_fun_table const, so it goes in .text section.
This commit is contained in:
@@ -1546,7 +1546,7 @@ py_obj_t rt_iternext(py_obj_t o_in) {
|
||||
}
|
||||
}
|
||||
|
||||
void *rt_fun_table[RT_F_NUMBER_OF] = {
|
||||
const void *const rt_fun_table[RT_F_NUMBER_OF] = {
|
||||
rt_load_const_str,
|
||||
rt_load_name,
|
||||
rt_load_global,
|
||||
|
||||
Reference in New Issue
Block a user