mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
make loop clearer that it isn't a mistake...
This commit is contained in:
parent
96a31ac3e8
commit
5c0691d91a
1 changed files with 2 additions and 1 deletions
|
|
@ -409,7 +409,8 @@ again:
|
|||
kernel_segmap[j] = (pd_entry_t)(pgtab + (i * NPTEPG));
|
||||
|
||||
avail_start = phys_avail[0];
|
||||
for (i = 0; phys_avail[i + 2]; i += 2);
|
||||
for (i = 0; phys_avail[i + 2]; i += 2)
|
||||
continue;
|
||||
avail_end = phys_avail[i + 1];
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue