Commit 3ed04dbd by Paul Brook Committed by Paul Brook

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
parent 854b8a40
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> 2009-11-24 Julian Brown <julian@codesourcery.com>
Paul Brook <paul@codesourcery.com> Paul Brook <paul@codesourcery.com>
...@@ -12839,7 +12839,7 @@ arm_compute_save_reg0_reg12_mask (void) ...@@ -12839,7 +12839,7 @@ arm_compute_save_reg0_reg12_mask (void)
{ {
/* For noreturn functions we historically omitted register saves /* For noreturn functions we historically omitted register saves
altogether. However this really messes up debugging. As a 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 register saved elsewhere this should be sufficient to get
a backtrace. */ a backtrace. */
if (frame_pointer_needed) if (frame_pointer_needed)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment