Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/include/istate.h

    r77f91fe r9d58539  
    4949/** Struct representing CPU state saved when an exception occurs. */
    5050typedef struct istate {
    51         uint32_t dummy;
    5251        uint32_t spsr;
    5352        uint32_t sp;
Note: See TracChangeset for help on using the changeset viewer.