svn path=/trunk/mcs/; revision=29629
@@ -1,3 +1,7 @@
+2004-06-15 Gert Driesen <[email protected]>
+
+ * MethodRental.cs: fixed value of JitOnDemand
2004-06-09 Gert Driesen <[email protected]>
* FieldBuilder.cs: fixed implementation to match MS.NET,
@@ -35,7 +35,7 @@ namespace System.Reflection.Emit
public sealed class MethodRental {
public const int JitImmediate = 1;
- public const int JitOnDemand = 1;
+ public const int JitOnDemand = 0;
private MethodRental() {
}