Skip to content

Commit 8ed7e4e

Browse files
dramforeverRevySR
authored andcommitted
HACK: Disable SBI_FWFT_MISALIGNED_EXC_DELEG
Signed-off-by: Vivian Wang <wangruikang@iscas.ac.cn> Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
1 parent d8749c6 commit 8ed7e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sbi/sbi_fwft.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ static int fwft_misaligned_delegation_supported(struct fwft_config *conf)
115115
if (!misa_extension('S'))
116116
return SBI_ENOTSUPP;
117117

118-
return SBI_OK;
118+
return SBI_ENOTSUPP;
119119
}
120120

121121
static int fwft_set_misaligned_delegation(struct fwft_config *conf,

0 commit comments

Comments
 (0)