Changeset 71d0d737 in mainline


Ignore:
Timestamp:
2010-05-22T08:54:18Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
34bf3d5
Parents:
0242621
Message:

Uncomment the code which creates the initial stack frame for sparc64 uspace threads.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/sparc64/src/thread_entry.s

    r0242621 r71d0d737  
    3838        # Create the first stack frame.
    3939        #
     40        save %sp, -176, %sp
     41        flushw
     42        add %g0, -0x7ff, %fp
    4043
    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
    4448
    4549        sethi %hi(_gp), %l7
Note: See TracChangeset for help on using the changeset viewer.