aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/final.c')
-rw-r--r--gcc/final.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/final.c b/gcc/final.c
index 6e77d9b..f0e51e9 100644
--- a/gcc/final.c
+++ b/gcc/final.c
@@ -2343,7 +2343,7 @@ final_scan_insn (insn, file, optimize, prescan, nopeepholes)
readonly_data_section ();
#ifdef ADDR_VEC_ALIGN
- log_align = ADDR_VEC_ALIGN (nextbody);
+ log_align = ADDR_VEC_ALIGN (NEXT_INSN (insn));
#else
log_align = exact_log2 (BIGGEST_ALIGNMENT / BITS_PER_UNIT);
#endif