diff options
| author | Roland McGrath <[email protected]> | 2009-07-08 14:08:32 -0700 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2009-07-08 14:08:32 -0700 |
| commit | f7a6f037a3c67ebd2d970146d8e04d2c15b106ad (patch) | |
| tree | c5372391c34a6e243751f2403f6f33f4336e4a6a /src/readelf.c | |
| parent | cfdd86ed929c137eaca5dd49cd266bb739c6cdbd (diff) | |
Fatfingers fix for commit dffc33d.
Diffstat (limited to 'src/readelf.c')
| -rw-r--r-- | src/readelf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/readelf.c b/src/readelf.c index c8bb2f08..e432bfc5 100644 --- a/src/readelf.c +++ b/src/readelf.c @@ -7063,6 +7063,7 @@ handle_core_registers (Ebl *ebl, Elf *core, const void *desc, maxreg = reg; struct register_info *info = ®s[reg]; info->regloc = ®locs[i]; + info->regno = reg; info->set = register_info (ebl, reg, ®locs[i], info->name, &info->bits, &info->type); } |
