Update to the latest IKVM.Reflection
[mono.git] / mcs / class / IKVM.Reflection / CustomModifiers.cs
index e8670614e96ef3710ff342300c913d9af6040cd1..dade700ac14a96708273c2dda0111a510f06a08f 100644 (file)
@@ -293,7 +293,7 @@ namespace IKVM.Reflection
                        while (IsCustomModifier(b))
                        {
                                br.ReadByte();
-                               br.ReadCompressedInt();
+                               br.ReadCompressedUInt();
                                b = br.PeekByte();
                        }
                }