From b3a10c9a0b3b41a1fd4cb550470926ef8a428df0 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Mon, 27 Nov 2000 21:10:31 +0000 Subject: [PATCH] oops, forgot a semicolon --- binutils/readelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4