Ignore:
Timestamp:
2008-06-03T14:59:48Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c4fb51
Parents:
b63f8569
Message:

reflect changes in generic code
proper formatting directives
coding style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc64/include/exception.h

    rb63f8569 rf4c2b6a  
    8383        istate->pc = retaddr;
    8484}
     85
    8586/** Return true if exception happened while in userspace */
    8687#include <panic.h>
     
    9091        return 0;
    9192}
     93
    9294static inline unative_t istate_get_pc(istate_t *istate)
    9395{
Note: See TracChangeset for help on using the changeset viewer.