Skip to content

Instantly share code, notes, and snippets.

@kumpera
Created December 14, 2009 17:34
Show Gist options
  • Save kumpera/256238 to your computer and use it in GitHub Desktop.
Save kumpera/256238 to your computer and use it in GitHub Desktop.
diff --git a/mcs/support.cs b/mcs/support.cs
index 433012e..bde81d0 100644
--- a/mcs/support.cs
+++ b/mcs/support.cs
@@ -344,7 +344,7 @@ namespace Mono.CSharp {
class DynamicType : Type
{
public override Assembly Assembly {
- get { return UnderlyingSystemType.Assembly; }
+ get { return CodeGen.Assembly.Builder; }
}
public override string AssemblyQualifiedName {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment