ERRF_ExceptionInfo: fix typo

This commit is contained in:
TuxSH 2017-03-01 21:36:59 +01:00 committed by GitHub
parent c6c994ca60
commit 7a12087340

View File

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