remove the '$' in the C code as tilera does not allow it
[IRC.git] / Robust / src / IR / TypeDescriptor.java
index dfaf3550e600cad9dc908bf117b5426e09883713..431d964dc0d1d76572f17fb2b2951506890ce7ef 100644 (file)
@@ -150,6 +150,8 @@ public class TypeDescriptor extends Descriptor {
       return "float";
     else if (isOffset())
       return "short";
+    else if (isNull())
+      return "null";
     else
       throw new Error("Error Type: "+type);
   }