<p>Jonathan Neuschäfer has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21929">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">arch/riscv: Fix return type of mprv_read_u64<br><br>Change-Id: I3dc12feefe5f0762e27d2ad0234371e91313c847<br>Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net><br>---<br>M src/arch/riscv/include/vm.h<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/21929/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/arch/riscv/include/vm.h b/src/arch/riscv/include/vm.h<br>index dadfecd..0db5313 100644<br>--- a/src/arch/riscv/include/vm.h<br>+++ b/src/arch/riscv/include/vm.h<br>@@ -105,7 +105,7 @@<br> DEFINE_MPRV_READ(mprv_read_u8, uint8_t, lbu)<br> DEFINE_MPRV_READ(mprv_read_u16, uint16_t, lhu)<br> DEFINE_MPRV_READ(mprv_read_u32, uint32_t, lwu)<br>-DEFINE_MPRV_READ(mprv_read_u64, uint32_t, ld)<br>+DEFINE_MPRV_READ(mprv_read_u64, uint64_t, ld)<br> DEFINE_MPRV_READ(mprv_read_long, long, ld)<br> DEFINE_MPRV_READ(mprv_read_ulong, unsigned long, ld)<br> DEFINE_MPRV_WRITE(mprv_write_u8, uint8_t, sb)<br></pre><p>To view, visit <a href="https://review.coreboot.org/21929">change 21929</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/21929"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I3dc12feefe5f0762e27d2ad0234371e91313c847 </div>
<div style="display:none"> Gerrit-Change-Number: 21929 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer@gmx.net> </div>