Skip to content

Commit e8ffaa2

Browse files
committed
Remove accidental extra spaces
1 parent e8a7ae1 commit e8ffaa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

model/riscv_regs.sail

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ mapping reg_name : regidx <-> string = {
9191
// Special mapping for the sp register for use in assembly for sp-relative
9292
// instructions where the argument *must* be `sp` (or `x2`).
9393
mapping sp_reg_name : unit <-> string = {
94-
() if get_config_use_abi_names() <-> "sp" ,
95-
() if not(get_config_use_abi_names()) <-> "x2" ,
94+
() if get_config_use_abi_names() <-> "sp",
95+
() if not(get_config_use_abi_names()) <-> "x2",
9696
}
9797

9898
mapping creg_name_raw : bits(3) <-> string = {

0 commit comments

Comments
 (0)