summaryrefslogtreecommitdiff
path: root/src/inc/corhdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/corhdr.h')
-rw-r--r--src/inc/corhdr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inc/corhdr.h b/src/inc/corhdr.h
index c194def07f..4b757421cb 100644
--- a/src/inc/corhdr.h
+++ b/src/inc/corhdr.h
@@ -751,6 +751,7 @@ typedef enum CorAssemblyFlags
afEnableJITcompileTracking = 0x8000, // From "DebuggableAttribute".
afDisableJITcompileOptimizer = 0x4000, // From "DebuggableAttribute".
+ afDebuggableAttributeMask = 0xc000,
afRetargetable = 0x0100, // The assembly can be retargeted (at runtime) to an
// assembly from a different publisher.