nullref is what should be printed out here
authorMiguel de Icaza <miguel@gnome.org>
Mon, 4 Oct 2004 20:42:22 +0000 (20:42 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Mon, 4 Oct 2004 20:42:22 +0000 (20:42 -0000)
svn path=/trunk/mono/; revision=34686

mono/dis/get.c

index e5a8301374ebedfc0d3a3c05a7e97e5ac3c1e522..1f594bdcbc88e996de35c16e58ec29b1254c7056 100644 (file)
@@ -1697,7 +1697,7 @@ get_constant (MonoImage *m, MonoTypeEnum t, guint32 blob_index)
        }
                
        case MONO_TYPE_CLASS:
-               return g_strdup ("CLASS CONSTANT.  MUST BE ZERO");
+               return g_strdup ("nullref");
                
        default:
                g_error ("Unknown MONO_TYPE (%d) on constant at Blob index (0x%08x)\n",