diff options
author | Zebreus <lennarteichhorn@googlemail.com> | 2023-11-13 21:06:18 +0100 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-11-15 08:07:25 +0000 |
commit | 9ba7bada0890671654f534715c134d0259ca55c3 (patch) | |
tree | 29eb4657bfb8f70c7a09c8e6b544c3fe4951e51a /src/security | |
parent | e00523aae2eab9231b3e21a9b44d828cb86b8297 (diff) | |
download | coreboot-9ba7bada0890671654f534715c134d0259ca55c3.tar.gz coreboot-9ba7bada0890671654f534715c134d0259ca55c3.tar.bz2 coreboot-9ba7bada0890671654f534715c134d0259ca55c3.zip |
arch/arm64: Avoid GCC warning about out of bounds array access
With the update to GCC 13 a new warning about subtracting numbers from
arrays appears.
src/arch/arm64/armv8/mmu.c:296:9: error: array subscript -1 is outside array bounds of 'u8[]' {aka 'unsigned char[]'} [-Werror=array-bounds=]
Change-Id: I4757ca2e7ad3f969d7416041ea40c3e9866cdf49
Signed-off-by: Zebreus <lennarteichhorn@googlemail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79014
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/security')
0 files changed, 0 insertions, 0 deletions