Changeset 2c55af3 in mainline


Ignore:
Timestamp:
2005-09-05T12:17:18Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8f2153b
Parents:
c0b45fa
Message:

Better stack recognition in stack content dump.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/src/interrupt.c

    rc0b45fa r2c55af3  
    4444static void messy_stack_trace(__native *stack)
    4545{
    46         __native *upper_limit = (__native *)(((__native)THREAD->kstack) + STACK_SIZE);
     46        __native *upper_limit = (__native *)(((__native)get_stack_base()) + STACK_SIZE);
    4747        char *symbol;
    4848
Note: See TracChangeset for help on using the changeset viewer.