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
diff options
context:
space:
mode:
authorJon Purdy <evincarofautumn@gmail.com>2017-01-11 01:30:14 +0300
committerJon Purdy <evincarofautumn@gmail.com>2017-01-12 00:57:15 +0300
commite6c312f92775be383484c94b6ab12b718455e394 (patch)
treecb591bf8a159c574c8b5897f35cf996f90dff800 /mcs/class/PEAPI
parent487cab2ad1ce85c770924c031590cebcc06958ab (diff)
[ilasm] Support 'nooptimization' attribute.
Diffstat (limited to 'mcs/class/PEAPI')
-rw-r--r--mcs/class/PEAPI/Metadata.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/PEAPI/Metadata.cs b/mcs/class/PEAPI/Metadata.cs
index d9b17da6a81..35693efd7fc 100644
--- a/mcs/class/PEAPI/Metadata.cs
+++ b/mcs/class/PEAPI/Metadata.cs
@@ -92,7 +92,7 @@ namespace PEAPI {
/// </summary>
public enum ImplAttr { IL, Native, Runtime = 0x03, Unmanaged = 0x04,
ForwardRef = 0x10, PreserveSig = 0x0080, InternalCall = 0x1000,
- Synchronised = 0x0020, Synchronized = 0x0020, NoInLining = 0x0008, Optil = 0x0002}
+ Synchronised = 0x0020, Synchronized = 0x0020, NoInLining = 0x0008, NoOptimization = 0x0040, Optil = 0x0002}
/// <summary>
/// Storage location for initial field data