diff --git a/binutils/readelf.c b/binutils/readelf.c index a689e9850f..b0be961032 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -6495,7 +6495,7 @@ typedef struct Frame_Chunk unsigned long pc_begin; unsigned long pc_range; int cfa_reg; - int cfa_offset + int cfa_offset; int ra; } Frame_Chunk;