diff options
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index a689e98..b0be961 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; |