2003-05-08 David Carlton <carlton@math.stanford.edu>

* valops.c (push_word): Fix typo.
This commit is contained in:
David Carlton 2003-05-08 22:03:35 +00:00
parent df5215a60c
commit eb294659eb
2 changed files with 5 additions and 1 deletions

View 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.

View 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))