mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 05:12:33 +08:00
* sparc64-tdep.c (sparc64_store_arguments): Fix typo.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user