Changeset 77f91fe in mainline for kernel/arch/arm32/include/istate.h


Ignore:
Timestamp:
2012-09-07T13:01:54Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2416085
Parents:
7aa6b99
Message:

arm32: Align stack to 8bytes in exception handlers.

Fixes printf of uint64_t values. (bug #490)

File:
1 edited

Legend:

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

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