We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f2838 commit f046e84Copy full SHA for f046e84
src/loongarch64/unaligned.rs
@@ -6,7 +6,7 @@ use loongArch64::register::badv;
6
7
use crate::{GeneralRegisters, TrapFrame};
8
9
-core::arch::global_asm!(include_str!("unaligned.S"));
+core::arch::global_asm!(include_asm_macros!(), include_str!("unaligned.S"));
10
11
extern "C" {
12
fn _unaligned_read(addr: u64, value: &mut u64, n: u64, symbol: bool) -> i32;
0 commit comments