Changeset 1df1905 in mainline for uspace/lib/c/arch/sparc32/src/stacktrace_asm.S
- Timestamp:
- 2013-12-28T17:30:44Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 41b735f3
- Parents:
- c1023bcb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/sparc32/src/stacktrace_asm.S
rc1023bcb r1df1905 37 37 stacktrace_prepare: 38 38 save %sp, -(STACK_WINDOW_SAVE_AREA_SIZE+STACK_ARG_SAVE_AREA_SIZE), %sp 39 39 40 # 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 45 42 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 49 53 ret 50 54 restore
Note:
See TracChangeset
for help on using the changeset viewer.