Skip to content

Commit c330ed0

Browse files
committed
Remove extra comma
1 parent 495f260 commit c330ed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

riscv-rt/src/asm.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ _abs_start:
7878
"csrr a0, mhartid",
7979
#[cfg(feature = "no-mhartid")]
8080
"li a0, 0",
81-
},
81+
}
8282
// Set pre-init trap vector
8383
#[cfg(not(feature = "no-xtvec"))]
8484
{
@@ -87,7 +87,7 @@ _abs_start:
8787
"csrw stvec, t0",
8888
#[cfg(not(feature = "s-mode"))]
8989
"csrw mtvec, t0",
90-
},
90+
}
9191
// If multi-hart, assert that hart ID is valid
9292
#[cfg(not(feature = "single-hart"))]
9393
"lui t0, %hi(_max_hart_id)

0 commit comments

Comments
 (0)