Fixed import bug but some other issues now pop up:
[IRC.git] / Robust / src / Analysis / Pointer / Pointer.java
index 4947b959609a504bfb1a5ea73e31903193cb5386..57f6181c183d0a681bfc0e50d74832239aaff95f 100644 (file)
@@ -470,7 +470,7 @@ nextdelta:
       return processFlatCall(bblock, index, (FlatCall) node, delta, newgraph);
 
     default:
-      throw new Error("Unrecognized node:"+node);
+      throw new Error("Unrecognized node:"+node + " of kind " + node.kind());
     }
   }