Attention is currently required from: Arthur Heymans, Jérémy Compostella, Martin L Roth.
Hello Arthur Heymans, Felix Held, Jérémy Compostella, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/78819?usp=email
to look at the new patch set (#2).
Change subject: arch/x86/memcpy: Change unrecognized instruction movsd to movsl ......................................................................
arch/x86/memcpy: Change unrecognized instruction movsd to movsl
When doing a 64-bit compile, I noticed a warning saying that movsd was not recognized, and that movsl was being used instead. Change the instruction to movsl.
Signed-off-by: Martin Roth gaumless@gmail.com Change-Id: Ib3f55f50da74a9c24d2fdd0fa45bd0019b2fdc0a --- M src/arch/x86/memcpy.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/78819/2