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