Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Commit

Permalink
Revert workaround for #2073 (#2199)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas authored and MichalStrehovsky committed Nov 14, 2016
1 parent 5265112 commit b174869
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Common/src/TypeSystem/IL/Stubs/CalliIntrinsic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,6 @@ public static void EmitTransformedCalli(ILEmitter emitter, ILCodeStream codestre
codestream.Emit(ILOpcode.calli, emitter.NewToken(targetSignature));

codestream.EmitLabel(done);

// Workaround for https://github.com/dotnet/corert/issues/2073
codestream.Emit(ILOpcode.nop);
}
}
}

0 comments on commit b174869

Please sign in to comment.