Re: [PATCH v8 4/5] KVM: riscv: selftests: Fix compile error

2024-07-28 Thread Anup Patel
On Fri, Jul 26, 2024 at 2:19 PM Yong-Xuan Wang wrote: > > Fix compile error introduced by commit d27c34a73514 ("KVM: riscv: > selftests: Add some Zc* extensions to get-reg-list test"). These > 4 lines should be end with ";". > > Fixes: d27c34a73514 ("KVM: riscv: selftests: Add some Zc* extensions

Re: [PATCH v8 4/5] KVM: riscv: selftests: Fix compile error

2024-07-26 Thread Clément Léger
On 26/07/2024 10:49, Yong-Xuan Wang wrote: > Fix compile error introduced by commit d27c34a73514 ("KVM: riscv: > selftests: Add some Zc* extensions to get-reg-list test"). These > 4 lines should be end with ";". > > Fixes: d27c34a73514 ("KVM: riscv: selftests: Add some Zc* extensions to > get-

[PATCH v8 4/5] KVM: riscv: selftests: Fix compile error

2024-07-26 Thread Yong-Xuan Wang
Fix compile error introduced by commit d27c34a73514 ("KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test"). These 4 lines should be end with ";". Fixes: d27c34a73514 ("KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test") Signed-off-by: Yong-Xuan Wang --- tools/