* mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
comment.
This commit is contained in:
parent
e914cb1702
commit
ad018eeeb9
@ -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>
|
||||
|
||||
* 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. */
|
||||
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 partial_len = (len < mips_abi_regsize (gdbarch)
|
||||
? len : mips_abi_regsize (gdbarch));
|
||||
|
Loading…
x
Reference in New Issue
Block a user