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