diff --git a/src/system/kernel/vm/vm.cpp b/src/system/kernel/vm/vm.cpp index ebb3c21773..188dd49119 100644 --- a/src/system/kernel/vm/vm.cpp +++ b/src/system/kernel/vm/vm.cpp @@ -5435,7 +5435,7 @@ get_memory_map_etc(team_id team, const void* address, size_t numBytes, if (index < 0 || table[index].address != physicalAddress - table[index].size) { if ((uint32)++index + 1 > numEntries) { - // table to small + // table too small break; } table[index].address = physicalAddress;