Attention is currently required from: Arthur Heymans, Philipp Hug, ron minnich.
Arthur Heymans has uploaded a new patch set (#14) to the change originally created by Arthur Heymans. ( https://review.coreboot.org/c/coreboot/+/63072 )
Change subject: arch/riscv/mcall.h: Fix building with clang
......................................................................
arch/riscv/mcall.h: Fix building with clang
Having multiple statements hidden inside a macro that supposedly
returns a pointer does not work well with clang. Moving the stack
register to a global variable fixes this.
Change-Id: If24b2766404b892a006926f0cd45771ceebf1275
Signed-off-by: Arthur Heymans arthur@aheymans.xyz
---
M src/arch/riscv/include/mcall.h
1 file changed, 17 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/63072/14
--
To view, visit
https://review.coreboot.org/c/coreboot/+/63072
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: If24b2766404b892a006926f0cd45771ceebf1275
Gerrit-Change-Number: 63072
Gerrit-PatchSet: 14
Gerrit-Owner: Arthur Heymans
arthur.heymans@9elements.com
Gerrit-Reviewer: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Philipp Hug
philipp@hug.cx
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Reviewer: ron minnich
rminnich@gmail.com
Gerrit-CC: Angel Pons
th3fanbus@gmail.com
Gerrit-CC: Paul Menzel
paulepanter@mailbox.org
Gerrit-Attention: Arthur Heymans
arthur.heymans@9elements.com
Gerrit-Attention: Philipp Hug
philipp@hug.cx
Gerrit-Attention: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Attention: ron minnich
rminnich@gmail.com
Gerrit-MessageType: newpatchset