2004-11-09 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / jv-valprint.c
index 8715257614185f227f6fb214474ab27a3716d335..03e5cdde705feb11d5c20e47edfe039db10a7fa6 100644 (file)
@@ -68,7 +68,7 @@ java_value_print (struct value *val, struct ui_file *stream, int format,
          type = type_from_class (java_class_from_object (val));
          type = lookup_pointer_type (type);
 
-         val = value_at (type, address, NULL);
+         val = value_at (type, address);
        }
     }
 
This page took 0.024185 seconds and 4 git commands to generate.