* sparc64-tdep.c (sparc64_store_arguments): Fix typo.
This commit is contained in:
parent
80ad1639f7
commit
c4f2d4d74d
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2005-01-16 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* sparc64-tdep.c (sparc64_store_arguments): Fix typo.
|
||||
|
||||
* sparc-tdep.c (sparc_integral_or_pointer_p): Simplify.
|
||||
|
||||
2005-01-16 Andrew Cagney <cagney@gnu.org>
|
||||
|
|
|
@ -939,7 +939,7 @@ sparc64_store_arguments (struct regcache *regcache, int nargs,
|
|||
}
|
||||
}
|
||||
|
||||
/* Always store the argument in memeory. */
|
||||
/* Always store the argument in memory. */
|
||||
write_memory (sp + element * 8, valbuf, len);
|
||||
element += ((len + 7) / 8);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue