* mips-tdep.c (mips_push_dummy_code): Correct description typo.

This commit is contained in:
Maciej W. Rozycki 2012-05-14 09:32:03 +00:00
parent 9f676e6662
commit 8ae38c14cc
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
* mips-tdep.c (mips_push_dummy_code): Correct description typo.
2012-05-14 Siva Chandra Reddy <sivachandra@google.com> 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
* python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of

View File

@ -3009,7 +3009,7 @@ mips_frame_align (struct gdbarch *gdbarch, CORE_ADDR addr)
return align_down (addr, 16); return align_down (addr, 16);
} }
/* Implement the "push_dummy_call" gdbarch method. */ /* Implement the "push_dummy_code" gdbarch method. */
static CORE_ADDR static CORE_ADDR
mips_push_dummy_code (struct gdbarch *gdbarch, CORE_ADDR sp, mips_push_dummy_code (struct gdbarch *gdbarch, CORE_ADDR sp,