Browse Source

* eval.c (evaluate_subexp case OP_ARRAY): Fix calls to memset:

TYPE_LENGTH is length in bytes, not bits.
gdb-4_18-branch
Per Bothner 32 years ago
parent
commit
ee3a45e7b7
  1. 5
      gdb/ChangeLog

5
gdb/ChangeLog

@ -1,3 +1,8 @@
Wed Jan 25 18:13:14 1995 Per Bothner <bothner@kalessin.cygnus.com>
* eval.c (evaluate_subexp case OP_ARRAY): Fix calls to memset:
TYPE_LENGTH is length in bytes, not bits.
Wed Jan 25 08:19:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
* infrun.c (proceed): Flush stdout before resuming inferior.

Loading…
Cancel
Save