Changeset 2c55af3 in mainline
- Timestamp:
- 2005-09-05T12:17:18Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8f2153b
- Parents:
- c0b45fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/interrupt.c
rc0b45fa r2c55af3 44 44 static void messy_stack_trace(__native *stack) 45 45 { 46 __native *upper_limit = (__native *)(((__native) THREAD->kstack) + STACK_SIZE);46 __native *upper_limit = (__native *)(((__native)get_stack_base()) + STACK_SIZE); 47 47 char *symbol; 48 48
Note:
See TracChangeset
for help on using the changeset viewer.