commit | 600717fe5909e02a9ec9ee08bcb921a66e653d58 | [log] [tgz] |
---|---|---|
author | Boyan Karatotev <boyan.karatotev@arm.com> | Thu Apr 17 15:45:52 2025 +0100 |
committer | Boyan Karatotev <boyan.karatotev@arm.com> | Thu Apr 17 15:52:40 2025 +0100 |
tree | 9cbcf8b06c44409a2067c4a2e4c809cb419b663e | |
parent | 046d9ea9878cf786dd8f4c8d5d1c43a96bf0b481 [diff] |
fix(cm): don't access a field that doesn't exist We save memory in the context struct by not defining certain fields. But the feat_state accessors do not compile the code out, merely optimise it away later. Without an explicit #if compilation fails. Add it back. Change-Id: I98a11abe357d2be4f5628495731c3aec45b1148c Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>