Fix checks for VSX and Altivec availability on Power
[deliverable/binutils-gdb.git] / gdb / ada-typeprint.c
index 065fbd357cf37f013c145462c32b4cf66bbc6ef3..d7a8360312bc0434ace970658da877cda0292e50 100644 (file)
@@ -363,7 +363,7 @@ static void
 print_fixed_point_type (struct type *type, struct ui_file *stream)
 {
   DOUBLEST delta = ada_delta (type);
-  DOUBLEST small = ada_fixed_to_float (type, 1.0);
+  DOUBLEST small = ada_fixed_to_float (type, 1);
 
   if (delta < 0.0)
     fprintf_filtered (stream, "delta ??");
This page took 0.024814 seconds and 4 git commands to generate.