Changeset 6ba143d in mainline for src/mm/vm.c
- Timestamp:
- 2005-05-11T20:23:07Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6a27d63
- Parents:
- 7eb01623
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mm/vm.c
r7eb01623 r6ba143d 57 57 } 58 58 59 vm_area_t *vm_area_create(vm_t *m, vm_type_t type, int size, __address addr)59 vm_area_t *vm_area_create(vm_t *m, vm_type_t type, size_t size, __address addr) 60 60 { 61 61 pri_t pri;
Note:
See TracChangeset
for help on using the changeset viewer.