Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / attrdefs.h
index 98629a45e9aa45d111f6c87c4e29e6227fc9ade5..504c6c65fc6d2e87acbe6842fb89e4cb48875f0a 100644 (file)
@@ -1,5 +1,6 @@
-/*
- * attredefs.h: This file contains the various definitions for constants
+/**
+ * \file
+ * This file contains the various definitions for constants
  * found on the metadata tables
  *
  * Author:
@@ -185,6 +186,7 @@ enum {
        MONO_METHOD_IMPL_ATTR_INTERNAL_CALL        = 0x1000,
        MONO_METHOD_IMPL_ATTR_SYNCHRONIZED         = 0x0020,
        MONO_METHOD_IMPL_ATTR_NOINLINING           = 0x0008,
+       MONO_METHOD_IMPL_ATTR_NOOPTIMIZATION       = 0x0040,    
        MONO_METHOD_IMPL_ATTR_MAX_METHOD_IMPL_VAL  = 0xffff
 };