Method MatchBreak
MatchBreak(Instruction)
Matches an instruction with opcode Break.
public static bool MatchBreak(this Instruction instr)
Parameters
instrInstruction- The instruction to try to match.
public static bool MatchBreak(this Instruction instr)
instr Instruction