Changeset c98e6ee in mainline for uspace/lib/libc/arch/sparc64/src/entry.s
- Timestamp:
- 2008-07-08T16:05:45Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f93f168
- Parents:
- b7f9087
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/sparc64/src/entry.s
rb7f9087 rc98e6ee 35 35 ## User-space task entry point 36 36 # 37 # %o0 contains uarg 38 # %o1 contains pcb_ptr 37 39 # 38 40 __entry: 41 # Pass pcb_ptr as the first argument to __main() 42 mov %o1, %o0 39 43 sethi %hi(_gp), %l7 40 44 call __main 41 45 or %l7, %lo(_gp), %l7 42 call main 43 nop 46 44 47 call __exit 45 48 nop
Note:
See TracChangeset
for help on using the changeset viewer.