Quellcode durchsuchen

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

zms123456 vor 1 Jahr
Ursprung
Commit
cc47212b53
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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;
             }
+            mem_region++;
         }
     }