commit | 18ec84803cf4cfb78610217ab32e8020c8c5da03 | [log] [tgz] |
---|---|---|
author | Bradley Bolen <bbolen@lexmark.com> | Thu Nov 12 09:31:54 2020 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Apr 20 17:20:15 2021 +0200 |
tree | ca59606e64a7da7860d60d0ee1021bacc5f3da17 | |
parent | ef5ed3f88bb9cbf06edd28424eac0e6bb8798345 [diff] |
arch: arm: aarch32: Use ARRAY_SIZE in for loop Do not hardcode the array size in the loop for printing out the floating point registers of the exception stack frame. The size of this array will change when Cortex-R support is added. Signed-off-by: Bradley Bolen <bbolen@lexmark.com>