mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-05 22:11:21 +00:00
The fpregs_state_* macros require the base register
to point to the start of the simd_regs_t structure.
The fpregs_context_* functions were passing the
address incorrectly shifted by 512 bytes.
Signed-off-by: Andrei Homescu <ahomescu@google.com>
Change-Id: I757a26f8910c2ab648116e001e06baa3deb2eec4
(cherry picked from commit 09ada2f8d6)