Changes in boot/genarch/src/ofw.c [8b9ce33:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/genarch/src/ofw.c
r8b9ce33 r9d58539 377 377 (map->cnt < MEMMAP_MAX_RECORDS); pos += ac + sc) { 378 378 void *start = (void *) (buf[pos + ac - 1]); 379 uint ptr_t size = buf[pos + ac + sc - 1];379 uint32_t size = buf[pos + ac + sc - 1]; 380 380 381 381 /*
Note:
See TracChangeset
for help on using the changeset viewer.