Changeset 71d0d737 in mainline
- Timestamp:
- 2010-05-22T08:54:18Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 34bf3d5
- Parents:
- 0242621
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/sparc64/src/thread_entry.s
r0242621 r71d0d737 38 38 # Create the first stack frame. 39 39 # 40 save %sp, -176, %sp 41 flushw 42 add %g0, -0x7ff, %fp 40 43 41 #save %sp, -176, %sp 42 #flushw 43 #add %g0, -0x7ff, %fp 44 # 45 # Propagate the input arguments to the new window. 46 # 47 mov %i0, %o0 44 48 45 49 sethi %hi(_gp), %l7
Note:
See TracChangeset
for help on using the changeset viewer.