Changeset 5cde90f in mainline for uspace/lib/libc/arch/ia64/include/fibril.h
- Timestamp:
- 2010-02-19T17:16:46Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 617652f
- Parents:
- b86d436 (diff), f41aa81 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/ia64/include/fibril.h
rb86d436 r5cde90f 53 53 #define PSTHREAD_INITIAL_STACK_DIVISION 2 54 54 55 #ifdef context_set56 #undef context_set57 #endif58 59 55 #define context_set(c, _pc, stack, size, tls) \ 60 56 do { \ … … 110 106 uint64_t pr; 111 107 112 __r128f2 __attribute__ ((aligned(16)));113 __r128f3;114 __r128f4;115 __r128f5;108 uint128_t f2 __attribute__ ((aligned(16))); 109 uint128_t f3; 110 uint128_t f4; 111 uint128_t f5; 116 112 117 __r128f16;118 __r128f17;119 __r128f18;120 __r128f19;121 __r128f20;122 __r128f21;123 __r128f22;124 __r128f23;125 __r128f24;126 __r128f25;127 __r128f26;128 __r128f27;129 __r128f28;130 __r128f29;131 __r128f30;132 __r128f31;113 uint128_t f16; 114 uint128_t f17; 115 uint128_t f18; 116 uint128_t f19; 117 uint128_t f20; 118 uint128_t f21; 119 uint128_t f22; 120 uint128_t f23; 121 uint128_t f24; 122 uint128_t f25; 123 uint128_t f26; 124 uint128_t f27; 125 uint128_t f28; 126 uint128_t f29; 127 uint128_t f30; 128 uint128_t f31; 133 129 134 130 } context_t;
Note:
See TracChangeset
for help on using the changeset viewer.