* eval.c (evaluate_subexp_standard): Use builtin_type_int8
to construct the EVAL_SKIP dummy return value. * ada-lang.c (ada_evaluate_subexp): Likewise. * jv-lang.c (evaluate_subexp_java): Likewise. * m2-lang.c (evaluate_subexp_modula2): Likewise. * scm-lang.c (evaluate_exp): Likewise.
This commit is contained in:
parent
0ab7ba45fa
commit
cb18ec4997
6 changed files with 14 additions and 5 deletions
|
@ -2482,7 +2482,7 @@ GDB does not (yet) know how to evaluate that kind of expression"));
|
|||
}
|
||||
|
||||
nosideret:
|
||||
return value_from_longest (builtin_type_long, (LONGEST) 1);
|
||||
return value_from_longest (builtin_type_int8, (LONGEST) 1);
|
||||
}
|
||||
|
||||
/* Evaluate a subexpression of EXP, at index *POS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue