2011-02-26 Michael Snyder <msnyder@vmware.com>
[binutils-gdb.git] / gdb / i387-tdep.c
index 7ec7f535c136fb1a374ab1a7d3a097338f123e1c..826746667ed6c92f0733301c00b6c30390e85e80 100644 (file)
@@ -882,9 +882,9 @@ i387_supply_xsave (struct regcache *regcache, int regnum,
 
                    if (val[0] & (1 << fpreg))
                      {
-                       int regnum = (fpreg + 8 - top) % 8 
+                       int thisreg = (fpreg + 8 - top) % 8 
                                       + I387_ST0_REGNUM (tdep);
-                       tag = i387_tag (FXSAVE_ADDR (tdep, regs, regnum));
+                       tag = i387_tag (FXSAVE_ADDR (tdep, regs, thisreg));
                      }
                    else
                      tag = 3;          /* Empty */