Ignore:
Timestamp:
2013-12-28T17:30:44Z (10 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/stacktrace_asm.S

    rc1023bcb r1df1905  
    3737stacktrace_prepare:
    3838        save %sp, -(STACK_WINDOW_SAVE_AREA_SIZE+STACK_ARG_SAVE_AREA_SIZE), %sp
     39       
    3940        # Flush all other windows to memory so that we can read their contents.
    40         mov 7, %g1
    41 1:      subcc %g1, 1, %g1
    42         bg 1b
    43         save %sp, -64, %sp
    44 
     41       
    4542        mov 7, %g1
    46 1:      subcc %g1, 1, %g1
    47         bg 1b
    48 
     43        1:
     44                subcc %g1, 1, %g1
     45                bg 1b
     46                save %sp, -64, %sp
     47       
     48        mov 7, %g1
     49        1:
     50                subcc %g1, 1, %g1
     51                bg 1b
     52       
    4953        ret
    5054        restore
Note: See TracChangeset for help on using the changeset viewer.