mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 12:03:41 +08:00
2006-03-16 Michael Snyder <msnyder@redhat.com>
* i386-tdep.c (i386_push_dummy_call): Fix typo in comment.
This commit is contained in:
parent
036952e068
commit
cf913f371e
@ -1,3 +1,7 @@
|
||||
2006-03-16 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* i386-tdep.c (i386_push_dummy_call): Fix typo in comment.
|
||||
|
||||
2006-03-15 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* frv-linux-tdep.c (gdbcore.h, regcache.h, regset.h, gdb_string.h):
|
||||
|
@ -1296,7 +1296,7 @@ i386_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
||||
multiple of [32-bit] words. This may require tail padding,
|
||||
depending on the size of the argument."
|
||||
|
||||
This makes sure the stack says word-aligned. */
|
||||
This makes sure the stack stays word-aligned. */
|
||||
sp -= (len + 3) & ~3;
|
||||
write_memory (sp, value_contents_all (args[i]), len);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user