* dec-thread.c (dec_thread_wait): Add options parameter. Use it
[deliverable/binutils-gdb.git] / gdb / typeprint.c
index 1f824faafb2a171feb4b6a8c7b609e97a791d63e..8133ad03be68718f981517651084aa5b6ef6bed4 100644 (file)
@@ -236,7 +236,7 @@ print_type_scalar (struct type *type, LONGEST val, struct ui_file *stream)
       break;
 
     case TYPE_CODE_CHAR:
-      LA_PRINT_CHAR ((unsigned char) val, stream);
+      LA_PRINT_CHAR ((unsigned char) val, type, stream);
       break;
 
     case TYPE_CODE_BOOL:
This page took 0.023617 seconds and 4 git commands to generate.