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/data
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2015-01-03 18:03:34 +0300
committerZoltan Varga <vargaz@gmail.com>2015-01-03 18:03:40 +0300
commit2e90c80f54eb0af09ca5e89eadbf8ece493a73ad (patch)
tree1bdbe680adac4a7b3d3446607885c72ea1f75072 /data
parenta080a7d8a9f9942549cbaabd37f35282cabbb856 (diff)
[runtime] Fix the LOCK_TRACER build.
Diffstat (limited to 'data')
-rw-r--r--data/lock-decoder/LockTracerDecoder.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/lock-decoder/LockTracerDecoder.cs b/data/lock-decoder/LockTracerDecoder.cs
index f838c5b21f9..04fed0f2873 100644
--- a/data/lock-decoder/LockTracerDecoder.cs
+++ b/data/lock-decoder/LockTracerDecoder.cs
@@ -143,6 +143,8 @@ public enum Lock {
IcallLock,
AssemblyBindingLock,
MarshalLock,
+ ClassesLock,
+ LoaderGlobalDataLock
}
public class SimLock