Changeset f41aa81 in mainline


Ignore:
Timestamp:
2010-02-14T16:27:23Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5cde90f, dabdd1a
Parents:
a840fb7
Message:

Remove a confusing comment and a dirty hack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/generic/fibril.c

    ra840fb7 rf41aa81  
    211211        }
    212212       
    213         /* Avoid srcf being clobbered by context_save() */
    214         srcf = __tcb_get()->fibril_data;
    215        
    216213        /* Choose a new fibril to run */
    217214        fibril_t *dstf;
Note: See TracChangeset for help on using the changeset viewer.