mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-11 00:40:55 +02:00
45442db047
LDRD/STRD not available with ARMv6 and the alternative is two ldr/str operations. Pointer was 64-bits causing second ldr/str to be 8 bytes passed first and not 4 bytes. Fixed in asm to add 4 rather than index.