Changeset b9b105e1 in mainline
- Timestamp:
- 2009-12-28T20:37:44Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 83a0e47
- Parents:
- a6aef4e
- Location:
- uspace/lib/libc/arch/ia32/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/ia32/src/entry.s
ra6aef4e rb9b105e1 55 55 movl $__syscall_fast, (%eax) 56 56 0: 57 # 58 # Stop stack traces in this function. 59 # 60 xorl %ebp, %ebp 57 61 58 62 # Pass the PCB pointer to __main as the first argument -
uspace/lib/libc/arch/ia32/src/thread_entry.s
ra6aef4e rb9b105e1 42 42 43 43 # 44 # Stop stack traces in this function. 45 # 46 xorl %ebp, %ebp 47 48 # 44 49 # EAX contains address of uarg. 45 50 #
Note:
See TracChangeset
for help on using the changeset viewer.