forked from Imagelibrary/binutils-gdb
2003-05-08 David Carlton <carlton@math.stanford.edu>
* valops.c (push_word): Fix typo.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user