mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 01:07:21 +00:00
[dlmodule] Add cache ops in dlmodule.
This commit is contained in:
@@ -277,6 +277,7 @@ rt_err_t dlmodule_load_relocated_object(struct rt_dlmodule* module, void *module
|
||||
rt_kprintf("Module: allocate space failed.\n");
|
||||
return -RT_ERROR;
|
||||
}
|
||||
module->mem_size = module_size;
|
||||
|
||||
/* zero all space */
|
||||
ptr = module->mem_space;
|
||||
|
||||
Reference in New Issue
Block a user