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/mcs
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2013-03-24 05:46:16 +0400
committerZoltan Varga <vargaz@gmail.com>2013-03-24 05:46:16 +0400
commit6dbaf9b6719ed31c915e9d61303fdaf527cc4af2 (patch)
tree70331f9e4de98a4f08d15148bcb3d8051e298d7c /mcs
parent70141dc9f523282bc3b3b947cc3e36ef594ad15e (diff)
Put back a cattr removed by mistake by 70141dc9f523282bc3b3b947cc3e36ef594ad15e.
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/corlib/System.Runtime.InteropServices/Marshal.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/corlib/System.Runtime.InteropServices/Marshal.cs b/mcs/class/corlib/System.Runtime.InteropServices/Marshal.cs
index 863dcf3b0fb..ccda8115b16 100644
--- a/mcs/class/corlib/System.Runtime.InteropServices/Marshal.cs
+++ b/mcs/class/corlib/System.Runtime.InteropServices/Marshal.cs
@@ -761,6 +761,7 @@ namespace System.Runtime.InteropServices
throw new NotImplementedException ();
}
+ [ReliabilityContractAttribute (Consistency.WillNotCorruptState, Cer.Success)]
public static int ReadInt32 (IntPtr ptr)
{
if (ptr.ToInt32 () % 4 == 0) {