Ignore:
Timestamp:
2013-12-28T17:30:44Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
41b735f3
Parents:
c1023bcb
Message:

code revision
coding style fixes
removal of debugging printouts and other temporary stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/sparc32/src/entry.s

    rc1023bcb r1df1905  
    4242        # Create the first stack frame.
    4343        #
     44       
    4445        save %sp, -176, %sp
    45 # XXX   flushw
    46         mov 7, %g1
    47 1:      subcc %g1, 1, %g1
    48         bg 1b
    49         save %sp, -64, %sp
    50 
     46        ## XXX  flushw
    5147        mov 7, %g1
    52 1:      subcc %g1, 1, %g1
    53         bg 1b
    54         restore
    55 
    56 # XXX end flush
    57 #       add %g0, -0x7ff, %fp
     48        1:
     49                subcc %g1, 1, %g1
     50                bg 1b
     51        save %sp, -64, %sp
     52       
     53        mov 7, %g1
     54        1:
     55                subcc %g1, 1, %g1
     56                bg 1b
     57                restore
     58       
     59        ## XXX end flush
     60        ## add %g0, -0x7ff, %fp
    5861        set 0x80000000, %fp
    5962       
Note: See TracChangeset for help on using the changeset viewer.