aboutsummaryrefslogtreecommitdiff
path: root/gdb/ch-valprint.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ch-valprint.c')
-rw-r--r--gdb/ch-valprint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ch-valprint.c b/gdb/ch-valprint.c
index 37ca0f4..b9ae35b 100644
--- a/gdb/ch-valprint.c
+++ b/gdb/ch-valprint.c
@@ -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");
}