Searched hist:b4f8d44597faf641177134ee08db7c3fcef5aa14 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/include/lib/el3_runtime/ |
| H A D | cpu_data.h | b4f8d44597faf641177134ee08db7c3fcef5aa14 Thu Aug 19 09:36:26 UTC 2021 Olivier Deprez <olivier.deprez@arm.com> fix(el3_runtime): correct CASSERT for pauth
clang build breaks when both ENABLE_PAUTH (BRANCH_PROTECTOR=1) and CRASH_REPORTING (DEBUG=1) options are enabled:
include/lib/el3_runtime/cpu_data.h:135:2: error: redefinition of typedef 'assert_cpu_data_crash_stack_offset_mismatch' is a C11 feature [-Werror, -Wtypedef-redefinition] assert_cpu_data_crash_stack_offset_mismatch); ^ include/lib/el3_runtime/cpu_data.h:128:2: note: previous definition is here assert_cpu_data_crash_stack_offset_mismatch); ^ 1 error generated.
Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Change-Id: I22c8c45a94a64620007979d55412dbb57b11b813
|