Move command lines types/declarations to cli-script.h
[deliverable/binutils-gdb.git] / gdb / ada-valprint.c
index d2489a2b2e8ff63e174c42872d43cb0f7ae06f73..8095eede72192c1d29795e7d4cdd2fe7be3b1ce4 100644 (file)
@@ -859,7 +859,8 @@ ada_val_print_num (struct type *type, const gdb_byte *valaddr,
        }
       else
        {
-         val_print_type_code_int (type, valaddr + offset_aligned, stream);
+         val_print_scalar_formatted (type, offset_aligned,
+                                     original_value, options, 0, stream);
          if (ada_is_character_type (type))
            {
              LONGEST c;
This page took 0.024643 seconds and 4 git commands to generate.