Changeset 2eadda9 in mainline for uspace/lib/c/arch/ia32/src/entry.S
- Timestamp:
- 2018-07-11T17:45:30Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 99d3123
- Parents:
- c2c4127
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-11 17:08:12)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-11 17:45:30)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia32/src/entry.S
rc2c4127 r2eadda9 32 32 INTEL_SEP = 11 33 33 34 . section .init, "ax"34 .text 35 35 36 36 .org 0 … … 65 65 movl %esp, %ebp 66 66 67 # Pass the PCB pointer to __ libc_mainas the first argument67 # Pass the PCB pointer to __c_start as the first argument 68 68 pushl %edi 69 call __ libc_main69 call __c_start
Note:
See TracChangeset
for help on using the changeset viewer.