Remove unused macro
This commit is contained in:
@@ -265,15 +265,6 @@ impl InterruptStack {
|
||||
pub fn set_singlestep(&mut self, _singlestep: bool) {}
|
||||
}
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! aarch64_asm {
|
||||
($($strings:expr_2021,)+) => {
|
||||
core::arch::global_asm!(concat!(
|
||||
$($strings),+,
|
||||
));
|
||||
};
|
||||
}
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! push_scratch {
|
||||
() => {
|
||||
|
||||
Reference in New Issue
Block a user