mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-06 15:38:45 +08:00
* mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
comment.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2007-04-17 Maciej W. Rozycki <macro@mips.com>
|
||||||
|
|
||||||
|
* mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
|
||||||
|
comment.
|
||||||
|
|
||||||
2007-04-17 Maciej W. Rozycki <macro@mips.com>
|
2007-04-17 Maciej W. Rozycki <macro@mips.com>
|
||||||
|
|
||||||
* mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
|
* mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
|
||||||
|
@ -2783,7 +2783,7 @@ mips_n32n64_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|||||||
register are only written to memory. */
|
register are only written to memory. */
|
||||||
while (len > 0)
|
while (len > 0)
|
||||||
{
|
{
|
||||||
/* Rememer if the argument was written to the stack. */
|
/* Remember if the argument was written to the stack. */
|
||||||
int stack_used_p = 0;
|
int stack_used_p = 0;
|
||||||
int partial_len = (len < mips_abi_regsize (gdbarch)
|
int partial_len = (len < mips_abi_regsize (gdbarch)
|
||||||
? len : mips_abi_regsize (gdbarch));
|
? len : mips_abi_regsize (gdbarch));
|
||||||
|
Reference in New Issue
Block a user