ERRF_ExceptionInfo: fix typo

This commit is contained in:
TuxSH 2017-03-01 21:36:59 +01:00 committed by Dave Murphy
parent da97a8802c
commit eeacb2faa9

View File

@ -32,7 +32,7 @@ typedef struct {
u32 far; ///< pc = ifar (prefetch abort) / dfar (data abort) u32 far; ///< pc = ifar (prefetch abort) / dfar (data abort)
u32 fpexc; u32 fpexc;
u32 fpinst; u32 fpinst;
u32 fpint2; u32 fpinst2;
} ERRF_ExceptionInfo; } ERRF_ExceptionInfo;
typedef struct { typedef struct {