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:
authorRodrigo Kumpera <kumpera@gmail.com>2013-12-04 23:38:26 +0400
committerRodrigo Kumpera <kumpera@gmail.com>2013-12-05 23:11:58 +0400
commite90df12b263612ee8b9e8c6a3382f96e32768926 (patch)
tree2c4ea17193ac798db902e0d369f8170177c6268f /data
parentf274be9b817942f40ed187b355d62389e4407580 (diff)
[runtime]Add the marshal lock to the lock tracer.
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 f786e6b81dc..abd4e5f89fc 100644
--- a/data/lock-decoder/LockTracerDecoder.cs
+++ b/data/lock-decoder/LockTracerDecoder.cs
@@ -122,6 +122,8 @@ public enum Lock {
DomainAssembliesLock,
DomainJitCodeHashLock,
IcallLock,
+ AssemblyBindingLock,
+ MarshalLock,
}
public class SimLock