Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Small fix.
Browse files Browse the repository at this point in the history
svn path=/trunk/debugger/; revision=17949
  • Loading branch information
Martin Baulig committed Sep 6, 2003
1 parent a4097d2 commit 89bfac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/mono-csharp/MonoClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public static MonoClass GetClass (Type type, int size, TargetBinaryReader info,

public override bool IsByRef {
get {
return Type.IsByRef;
return !is_valuetype;
}
}

Expand Down

0 comments on commit 89bfac9

Please sign in to comment.