Changeset ec8b0dac in mainline for kernel/generic/include/context.h


Ignore:
Timestamp:
2009-07-11T15:14:56Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4b2c458c
Parents:
4c467ee
Message:

Things are much easier when the compiler knows that context_save() returns twice.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/context.h

    r4c467ee rec8b0dac  
    4646#endif /* context_set */
    4747
    48 extern int context_save_arch(context_t *c);
     48extern int context_save_arch(context_t *c) __attribute__ ((returns_twice));
    4949extern void context_restore_arch(context_t *c) __attribute__ ((noreturn));
    5050
Note: See TracChangeset for help on using the changeset viewer.