Changeset 9ce0683 in mainline
- Timestamp:
- 2013-05-30T22:33:32Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e4c8e751
- Parents:
- 2b903ca
- Location:
- uspace/lib/c/arch/ia32
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia32/include/libarch/fibril.h
r2b903ca r9ce0683 43 43 * panic sooner or later 44 44 */ 45 #define SP_DELTA 1245 #define SP_DELTA 8 46 46 47 47 #define context_set(c, _pc, stack, size, ptls) \ -
uspace/lib/c/arch/ia32/src/entry.S
r2b903ca r9ce0683 62 62 # 63 63 pushl $0 64 pushl $0 64 65 movl %esp, %ebp 65 66 -
uspace/lib/c/arch/ia32/src/thread_entry.s
r2b903ca r9ce0683 45 45 # 46 46 pushl $0 47 pushl $0 47 48 mov %esp, %ebp 48 49
Note:
See TracChangeset
for help on using the changeset viewer.