forked from AbleOS/holey-bytes
Changed macro param
This commit is contained in:
parent
e9e1242743
commit
8374dfe20a
|
@ -77,11 +77,11 @@ unsafe impl BytecodeItem for u8 {}
|
||||||
/// | D | 8 | Immediate |
|
/// | D | 8 | Immediate |
|
||||||
/// ```
|
/// ```
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
macro_rules! invoke_with_def {
|
macro_rules! invoke_with_def {
|
||||||
($macro:path) => {
|
($($macro:tt)*) => {
|
||||||
$macro! { $spec }
|
$($macro)*! { $spec }
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue