Changeset 02a99d2 in mainline for arch/ia32/src/pm.c
- Timestamp:
- 2005-05-11T19:51:55Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 69515260
- Parents:
- 45671f48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/pm.c
r45671f48 r02a99d2 144 144 tss_p = (struct tss *) malloc(sizeof(struct tss)); 145 145 if (!tss_p) 146 panic( PANIC"could not allocate TSS\n");146 panic("could not allocate TSS\n"); 147 147 } 148 148
Note:
See TracChangeset
for help on using the changeset viewer.