Changeset 9441458 in mainline


Ignore:
Timestamp:
2009-08-10T18:35:00Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
040f5c1
Parents:
b39fd4c
Message:

Remove errorneous clearing of begin_call (Thx Tomas Brambora).

File:
1 edited

Legend:

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

    rb39fd4c r9441458  
    182182
    183183        if (THREAD->udebug.active && THREAD->udebug.go == false) {
    184                 TASK->udebug.begin_call = NULL;
    185184                mutex_unlock(&THREAD->udebug.lock);
    186185                mutex_unlock(&TASK->udebug.lock);
Note: See TracChangeset for help on using the changeset viewer.