* gdbtypes.h, ch-typeprint.c, ch-valprint.c:
[deliverable/binutils-gdb.git] / gdb / ch-valprint.c
index 37ca0f4c00b62679567d64e3f03d8ddb4424402d..b9ae35bf0457dbc3fe54cfbcabef4011cd107e6f 100644 (file)
@@ -128,6 +128,7 @@ chill_val_print (type, valaddr, address, stream, format, deref_ref, recurse,
        }
       else
        {
+         /* FIXME: Why is this using builtin_type_chill_bool not type?  */
          val = unpack_long (builtin_type_chill_bool, valaddr);
          fprintf_filtered (stream, val ? "TRUE" : "FALSE");
        }
This page took 0.022653 seconds and 4 git commands to generate.