* alpha-linux-tdep.c (alpha_linux_supply_fpregset): Correct location
of FPCR register in fpregset.
This commit is contained in:
parent
951474417e
commit
6afb1f322b
2 changed files with 6 additions and 1 deletions
|
@ -175,7 +175,7 @@ alpha_linux_supply_fpregset (const struct regset *regset,
|
|||
}
|
||||
|
||||
if (regnum == ALPHA_FPCR_REGNUM || regnum == -1)
|
||||
regcache_raw_supply (regcache, ALPHA_FPCR_REGNUM, regs + 32 * 8);
|
||||
regcache_raw_supply (regcache, ALPHA_FPCR_REGNUM, regs + 31 * 8);
|
||||
}
|
||||
|
||||
static struct regset alpha_linux_gregset =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue