From e7fd09246d58a47d2883659972a779781aee5086 Mon Sep 17 00:00:00 2001 From: Lars-Ove Karlsson Date: Wed, 29 Apr 2026 12:16:35 +0200 Subject: [PATCH] Updated the url to the IAR technical note about unaligned access To be the same link as in the tf-psa-crypto file. Signed-off-by: Lars-Ove Karlsson --- library/alignment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/alignment.h b/library/alignment.h index 3bb92f9e62..456629abf1 100644 --- a/library/alignment.h +++ b/library/alignment.h @@ -47,7 +47,7 @@ #pragma language=extended #define MBEDTLS_POP_IAR_LANGUAGE_PRAGMA /* IAR recommend this technique for accessing unaligned data in - * https://www.iar.com/knowledge/support/technical-notes/compiler/accessing-unaligned-data + * https://mypages.iar.com/s/article/Accessing-Unaligned-Data * This results in a single load / store instruction (if unaligned access is supported). * According to that document, this is only supported on certain architectures. */