This commit is contained in:
gnzlbg 2018-11-29 13:22:04 +01:00 committed by gnzlbg
parent 2ededbb71f
commit 847985c8b8

View file

@ -43,7 +43,9 @@ pub unsafe fn __breakpoint(val: i32) {
// doc builds work. The proper macro will shadow this definition below.
#[allow(unused_macros)]
macro_rules! call {
($e:expr) => {()}
($e:expr) => {
()
};
}
#[cfg(target_arch = "arm")]