Changeset a7372ccf in mainline for uspace/lib/c/arch/sparc32/src/stacktrace_asm.S
- Timestamp:
- 2013-11-17T21:27:39Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3bc42bd
- Parents:
- a3b034b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/sparc32/src/stacktrace_asm.S
ra3b034b ra7372ccf 45 45 # Add the stack bias to %sp to get the actual address. 46 46 retl 47 add %sp, STACK_BIAS,%o047 mov %sp, %o0 48 48 49 49 stacktrace_pc_get:
Note:
See TracChangeset
for help on using the changeset viewer.