Changeset 0e00b8a in mainline for arch/amd64/src
- Timestamp:
- 2006-04-30T13:08:17Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4fd61ba
- Parents:
- 51a7dc1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/ddi/ddi.c
r51a7dc1 r0e00b8a 82 82 */ 83 83 if (oldiomap.bits) { 84 bitmap_copy(&task->arch.iomap, &oldiomap, task->arch.iomap.bits);84 bitmap_copy(&task->arch.iomap, &oldiomap, oldiomap.bits); 85 85 free(oldiomap.map); 86 86 }
Note:
See TracChangeset
for help on using the changeset viewer.