Skip to content

Commit

Permalink
Fix an issue in the V extension code for clang-format check
Browse files Browse the repository at this point in the history
  • Loading branch information
XinlaiWan committed Aug 22, 2023
1 parent d49437c commit 295a1a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion c_emulator/riscv_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ bool sys_enable_zfinx(unit u)
}

bool sys_enable_rvv(unit u)
{ return rv_enable_rvv; }
{
return rv_enable_rvv;
}

bool sys_enable_writable_misa(unit u)
{
Expand Down

0 comments on commit 295a1a6

Please sign in to comment.