Commit 37968fe
committed
[nrf fromlist] tests: arch: common: interrupt: Add missing volatile keyword
Variable test_vector was missing volatile keyword and test was failing
on some targets when LTO was enabled (could also failed without LTO).
Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
Upstream PR #: 1091191 parent bbb3a76 commit 37968fe
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- tests/arch/common/interrupt/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments