소스 검색

fix the build

svn path=/trunk/mcs/; revision=138794
Jb Evain 16 년 전
부모
커밋
c5a93694dd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mcs/class/corlib/System.Reflection.Emit/StackBehaviour.cs

+ 1 - 1
mcs/class/corlib/System.Reflection.Emit/StackBehaviour.cs

@@ -150,7 +150,7 @@ namespace System.Reflection.Emit {
 		/// </summary>
 		Varpush = 0x1B
 
-#if NET_2_0
+#if NET_2_0 || BOOTSTRAP_NET_2_0
 		,
 		Popref_popi_pop1 = 0x1C
 #endif