浏览代码

[libcpu][aarch64]fix memheap search in setup of aarch64

zms123456 1 年之前
父节点
当前提交
cc47212b53
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      libcpu/aarch64/common/setup.c

+ 1 - 0
libcpu/aarch64/common/setup.c

@@ -253,6 +253,7 @@ void rt_hw_common_setup(void)
 
 
                 break;
                 break;
             }
             }
+            mem_region++;
         }
         }
     }
     }