Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
Co-authored-by: rmsyn <[email protected]>
  • Loading branch information
romancardenas and rmsyn authored Jul 5, 2024
1 parent 4e1544f commit 4cbb34b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions riscv-pac/macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ impl PacEnumItem {
fn vector_table(&self) -> TokenStream2 {
let mut asm = String::from(
r#"
#[cfg(any(target_arch = "riscv32", target_arch = "riscv64"))]
core::arch::global_asm!("
.section .trap, \"ax\"
.global _vector_table
Expand Down

0 comments on commit 4cbb34b

Please sign in to comment.