mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
2010-12-17 Michael Snyder <msnyder@vmware.com>
* utils.c (do_my_cleanups): Comment fix-up.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-12-17 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* utils.c (do_my_cleanups): Comment fix-up.
|
||||
|
||||
2010-12-17 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* mips-tdep.c (make_mips16_addr): New function.
|
||||
|
||||
@@ -475,7 +475,7 @@ do_my_cleanups (struct cleanup **pmy_chain,
|
||||
|
||||
while ((ptr = *pmy_chain) != old_chain)
|
||||
{
|
||||
*pmy_chain = ptr->next; /* Do this first incase recursion */
|
||||
*pmy_chain = ptr->next; /* Do this first in case of recursion. */
|
||||
(*ptr->function) (ptr->arg);
|
||||
if (ptr->free_arg)
|
||||
(*ptr->free_arg) (ptr->arg);
|
||||
|
||||
Reference in New Issue
Block a user