Skip to content

Commit

Permalink
Remove duplicate import of InitFn
Browse files Browse the repository at this point in the history
  • Loading branch information
k0tran authored and Xudong-Huang committed Aug 26, 2024
1 parent d3e6841 commit 0141c88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/detail/loongarch64_unix.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use crate::detail::align_down;
use crate::reg_context::InitFn;
use crate::stack::Stack;

std::arch::global_asm!(include_str!("asm/asm_loongarch64_sysv_elf.S"));
Expand Down

0 comments on commit 0141c88

Please sign in to comment.