Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/ilasm
diff options
context:
space:
mode:
authorAlexander Kyte <alexmkyte@gmail.com>2016-07-13 23:57:18 +0300
committerAlexander Kyte <alexmkyte@gmail.com>2016-07-18 22:03:36 +0300
commit26b2798a2da19749dd004988958f20c04a886df5 (patch)
tree371a0336f129e5bac7b64364456dc29f0490e3ba /mcs/ilasm
parent5648faa97d8092697e3f40f7f2869a3a47b793d7 (diff)
[runtime] Get ilasm.exe compiling with mobile_static
Diffstat (limited to 'mcs/ilasm')
-rw-r--r--mcs/ilasm/scanner/InstrToken.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/ilasm/scanner/InstrToken.cs b/mcs/ilasm/scanner/InstrToken.cs
index edd6db37398..bc78f97fd18 100644
--- a/mcs/ilasm/scanner/InstrToken.cs
+++ b/mcs/ilasm/scanner/InstrToken.cs
@@ -1,6 +1,8 @@
// InstrToken.cs
// Author: Sergey Chaban (serge@wildwestsoftware.com)
+#if !MOBILE
+
using System;
using System.Reflection.Emit;
@@ -103,3 +105,5 @@ namespace Mono.ILASM {
}
}
+
+#endif