Changeset 7148abf in mainline for uspace/lib/c/arch/ia32/src/entry.S
- Timestamp:
- 2018-04-28T16:18:07Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e634684
- Parents:
- 3fafe5e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia32/src/entry.S
r3fafe5e0 r7148abf 65 65 movl %esp, %ebp 66 66 67 # Pass the PCB pointer to __ main as the first argument67 # Pass the PCB pointer to __libc_main as the first argument 68 68 pushl %edi 69 call __ main69 call __libc_main
Note:
See TracChangeset
for help on using the changeset viewer.