Changes in uspace/lib/libc/arch/sparc64/src/entry.s [47246f4:c98e6ee] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/sparc64/src/entry.s
r47246f4 rc98e6ee 39 39 # 40 40 __entry: 41 #42 # Create the first stack frame.43 #44 save %sp, -176, %sp45 flushw46 add %g0, -0x7ff, %fp47 48 41 # Pass pcb_ptr as the first argument to __main() 49 mov % i1, %o042 mov %o1, %o0 50 43 sethi %hi(_gp), %l7 51 44 call __main
Note:
See TracChangeset
for help on using the changeset viewer.