* eval.c (evaluate_subexp case OP_ARRAY): Fix calls to memset:
authorPer Bothner <per@bothner.com>
Thu, 26 Jan 1995 02:19:13 +0000 (02:19 +0000)
committerPer Bothner <per@bothner.com>
Thu, 26 Jan 1995 02:19:13 +0000 (02:19 +0000)
TYPE_LENGTH is length in bytes, not bits.

gdb/ChangeLog

index 5c56c1b63e4b927d45d1d7a7a7def5f4b550a722..3cc3a3436b66edb2a8e5cca496490801b68dab71 100644 (file)
@@ -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.