remove the '$' in the C code as tilera does not allow it
[IRC.git] / Robust / src / IR / MethodDescriptor.java
index 167b7f420454ea14a87278d03905c33cc266bbe9..924b83d12e3abe5e13792788abdbd339dba3abd1 100644 (file)
@@ -196,7 +196,7 @@ public class MethodDescriptor extends Descriptor {
   }
 
   public String getSafeSymbol() {
-    return safename.replace(".","___________");
+    return safename.replace(".","___________").replace("$","___DOLLAR___");
   }
 
   public String toString() {