Changeset 5a2e9bbb in mainline
- Timestamp:
- 2005-09-01T18:04:56Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 437e35a0
- Parents:
- 60f6b7c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/src/cpu/cpu.c
r60f6b7c r5a2e9bbb 39 39 40 40 41 void gugux_pokus(void);42 void gugux_pokus(void)43 {44 panic("\n\nGUGUX Exception\n\n");45 }46 47 48 -
arch/ia64/src/fmath.c
r60f6b7c r5a2e9bbb 123 123 fmath_ld_union.ldd[7]=((fmath_ld_union.ldd[7])&0x7f)|(sign<<7); // change 64th bit (IA32 is a little endian) 124 124 return fmath_ld_union.bf; 125 */ return 1.0 125 */ return 1.0; 126 126 } 127 127 -
src/time/timeout.c
r60f6b7c r5a2e9bbb 38 38 #include <arch/asm.h> 39 39 #include <arch.h> 40 #include <print.h> 40 41 41 42 … … 132 133 l = l->next; 133 134 } 135 134 136 m = l->prev; 135 137 list_prepend(&t->link, m); /* avoid using l->prev */
Note:
See TracChangeset
for help on using the changeset viewer.