2003-05-08 David Carlton <carlton@math.stanford.edu>
authorDavid Carlton <carlton@bactrian.org>
Thu, 8 May 2003 22:03:35 +0000 (22:03 +0000)
committerDavid Carlton <carlton@bactrian.org>
Thu, 8 May 2003 22:03:35 +0000 (22:03 +0000)
* valops.c (push_word): Fix typo.

gdb/ChangeLog
gdb/valops.c

index 7f439cd..12ec09b 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-08  David Carlton  <carlton@math.stanford.edu>
+
+       * valops.c (push_word): Fix typo.
+
 2003-05-08  Andrew Cagney  <cagney@redhat.com>
 
        * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
index eae2dc8..e54969c 100644 (file)
@@ -962,7 +962,7 @@ CORE_ADDR
 push_word (CORE_ADDR sp, ULONGEST word)
 {
   register int len = DEPRECATED_REGISTER_SIZE;
-  char buffer[MAX_REGISTER_SIZE]);
+  char buffer[MAX_REGISTER_SIZE];
 
   store_unsigned_integer (buffer, len, word);
   if (INNER_THAN (1, 2))