mirror of
https://github.com/opnsense/src.git
synced 2026-05-19 08:25:22 -04:00
MFi386: revision 1.519
This commit is contained in:
parent
3ffc9f0bff
commit
8fed82b9af
2 changed files with 2 additions and 2 deletions
|
|
@ -1403,7 +1403,7 @@ getmemsize(int first)
|
|||
}
|
||||
physmap[physmap_idx] = smap->base;
|
||||
physmap[physmap_idx + 1] = smap->base + smap->length;
|
||||
next_run:
|
||||
next_run: ;
|
||||
} while (vmf.vmf_ebx != 0);
|
||||
|
||||
if (physmap[1] != 0)
|
||||
|
|
|
|||
|
|
@ -1403,7 +1403,7 @@ getmemsize(int first)
|
|||
}
|
||||
physmap[physmap_idx] = smap->base;
|
||||
physmap[physmap_idx + 1] = smap->base + smap->length;
|
||||
next_run:
|
||||
next_run: ;
|
||||
} while (vmf.vmf_ebx != 0);
|
||||
|
||||
if (physmap[1] != 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue