aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index b0be961..99d1b98 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -6556,7 +6556,7 @@ frame_display_row (fc, need_col_headers, max_regs)
strcpy (tmp, "u");
break;
case DW_CFA_same_value:
- strcpy (tmp, "u");
+ strcpy (tmp, "s");
break;
case DW_CFA_offset:
sprintf (tmp, "c%+d", fc->col_offset[r]);