Ignore:
Timestamp:
2011-01-04T22:01:13Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1ad52de
Parents:
c11ebb6a
Message:

Obtain userspace state in case of system call.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/interrupt/interrupt.c

    rc11ebb6a r63594c0  
    209209}
    210210
     211istate_t *istate_get(thread_t *thread)
     212{
     213        return (istate_t *) ((uint8_t *) thread->kstack + THREAD_STACK_SIZE -
     214            sizeof(istate_t));
     215}
     216
    211217#ifdef CONFIG_KCONSOLE
    212218
Note: See TracChangeset for help on using the changeset viewer.