* eval.c (evaluate_subexp_standard): Use builtin_type_int8
[deliverable/binutils-gdb.git] / gdb / m2-lang.c
index 5c3a2840a5c020fac40ff50af6563f4c207d0ceb..8bc0ce795230fdfc40c4674dddd5722d883f9c2f 100644 (file)
@@ -273,7 +273,7 @@ evaluate_subexp_modula2 (struct type *expect_type, struct expression *exp,
     }
 
  nosideret:
-  return value_from_longest (builtin_type_long, (LONGEST) 1);
+  return value_from_longest (builtin_type_int8, (LONGEST) 1);
 }
 \f
 
This page took 0.023526 seconds and 4 git commands to generate.