commit | b669ca73e540c157bd00175da365dfa0849568b8 | [log] [tgz] |
---|---|---|
author | Jonathan Wright <jonathan.wright@arm.com> | Wed Mar 14 17:55:32 2018 +0000 |
committer | Jonathan Wright <jonathan.wright@arm.com> | Mon Mar 26 12:43:05 2018 +0100 |
tree | 5d3a0ff72d95b889e72daa8af468e68775f8dbc4 | |
parent | 0f92b0a46ffcd15b7dec5e4ffc168ffb1fb09eaf [diff] |
plat/common: remove fall-through on release build Removes fall-through in switch statement on unknown interrupt type in release builds. Previous behaviour was to assert(0) on default case in debug builds but fall through and interpret the unknown interrupt type as INTR_TYPE_EL3 in release builds. Change-Id: I05fb0299608efda0f9eda2288d3e56e5625e05c9 Signed-off-by: Jonathan Wright <jonathan.wright@arm.com>