arm.c (arm_compute_save_reg0_reg12_mask): Fix comment typo.

2009-11-24  Paul Brook  <paul@codesourcery.com>

	gcc/
	* gcc/config/arm/arm.c (arm_compute_save_reg0_reg12_mask): Fix comment
	typo.

From-SVN: r154498
This commit is contained in:
Paul Brook 2009-11-24 14:04:50 +00:00 committed by Paul Brook
parent 854b8a4057
commit 3ed04dbd6f
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2009-11-24 Paul Brook <paul@codesourcery.com>
gcc/
* gcc/config/arm/arm.c (arm_compute_save_reg0_reg12_mask): Fix comment
typo.
2009-11-24 Julian Brown <julian@codesourcery.com>
Paul Brook <paul@codesourcery.com>

View File

@ -12839,7 +12839,7 @@ arm_compute_save_reg0_reg12_mask (void)
{
/* For noreturn functions we historically omitted register saves
altogether. However this really messes up debugging. As a
compromise save just the fame pointers. Combined with the link
compromise save just the frame pointers. Combined with the link
register saved elsewhere this should be sufficient to get
a backtrace. */
if (frame_pointer_needed)