Files
arm-trusted-firmware/lib/el3_runtime
Boyan Karatotev 600717fe59 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>
2025-04-17 15:52:40 +01:00
..