Changeset 8b9ce33 in mainline
- Timestamp:
- 2014-06-09T20:49:32Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 334bf28
- Parents:
- 3c5916cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/genarch/src/ofw.c
r3c5916cb r8b9ce33 377 377 (map->cnt < MEMMAP_MAX_RECORDS); pos += ac + sc) { 378 378 void *start = (void *) (buf[pos + ac - 1]); 379 uint 32_t size = buf[pos + ac + sc - 1];379 uintptr_t size = buf[pos + ac + sc - 1]; 380 380 381 381 /*
Note:
See TracChangeset
for help on using the changeset viewer.