Skip to content
Commit 70f1a49f authored by Gregory Nutt's avatar Gregory Nutt
Browse files

arch/arm/src/up_iternal.h and several ARM Make.defs files: In the original...

arch/arm/src/up_iternal.h and several ARM Make.defs files:  In the original implementation, NOT defined(CONFIG_ARMV7M_CMNVECTOR) was a sufficient test to determine if lazy floating point register saving was being used.  But recents changes added common lazy register as well so now that test must be (NOT defined(CONFIG_ARMV7M_CMNVECTOR) || defined(CONFIG_ARMV7M_LAZYFPU)).
parent b6515bbd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment