macro_rules! warning { ($self:ident, InvalidInstructionInDelaySlot) => { ... }; ($self:ident, UnalignedBranch, $target:expr) => { ... }; ($self:ident, UnalignedJump, $target:expr) => { ... }; }