public override void Emit(MethodDefinition md, Instruction c, AssemblyWriter writer) { writer.Jmp(Compiler.NormaliseName(md.FullName) + "_ret"); }