gas: sframe: fix comment
This commit is contained in:
parent
1f7e2b39c6
commit
6e4724970e
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ output_sframe_internal (void)
|
|||
out_one (fixed_bp_offset);
|
||||
|
||||
/* Offset for the return address from CFA is fixed for some ABIs
|
||||
(e.g., AMD64), output a zero otherwise. */
|
||||
(e.g., AMD64), output a SFRAME_CFA_FIXED_RA_INVALID otherwise. */
|
||||
#ifdef sframe_ra_tracking_p
|
||||
if (!sframe_ra_tracking_p ())
|
||||
fixed_ra_offset = sframe_cfa_ra_offset ();
|
||||
|
|
Loading…
Add table
Reference in a new issue