[Mono.CSharp] Fix compilation for the monotouch profile with new exception filter...
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Wed, 23 Apr 2014 10:24:20 +0000 (12:24 +0200)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Wed, 23 Apr 2014 10:25:28 +0000 (12:25 +0200)
commit810306d84b71f187587afb2c25b8579dc0d89b8a
treeb13669acab3a59434d31aabfc68f6609493ebb5d
parentcad503aafd2c057c232f5da42ea4f4d94fdabbd2
[Mono.CSharp] Fix compilation for the monotouch profile with new exception filter support in mcs.

Otherwise this happens:

    MCS     [monotouch] Mono.CSharp.dll
    ../../mcs/codegen.cs(294,7): error CS1061: Type `System.Reflection.Emit.ILGenerator' does not contain
    a definition for `BeginExceptFilterBlock' and no extension method `BeginExceptFilterBlock' of
    type `System.Reflection.Emit.ILGenerator' could be found. Are you missing an assembly reference?
mcs/class/Mono.CSharp/monotouch.cs