mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Fix compile error when cache coherency logic is enabled
This commit is contained in:
+1
-1
Submodule arch updated: ca979759a7...fb81d9d623
+1
-1
Submodule configs updated: a619d39802...7a90dc6162
@@ -316,7 +316,7 @@ int mod_bind(FAR struct mod_loadinfo_s *loadinfo,
|
||||
*/
|
||||
|
||||
up_coherent_dcache(loadinfo->textalloc, loadinfo->textsize);
|
||||
up_coherent_dcache(loadinfo->dataalloc, loadinfo->datasize);
|
||||
up_coherent_dcache(loadinfo->datastart, loadinfo->datasize);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user