AArch64: Close sequences at the end of sections
[deliverable/binutils-gdb.git] / gdb / i386-nto-tdep.c
index 83c05a29cd1e29dc89e09e7d9fb03b0c8addfe50..1f8d7cad9397c3173be298cfb099bccd57ca3a1d 100644 (file)
@@ -250,7 +250,7 @@ i386nto_regset_fill (const struct regcache *regcache, int regset, char *data)
        {
          int offset = nto_reg_offset (regno);
          if (offset != -1)
-           regcache_raw_collect (regcache, regno, data + offset);
+           regcache->raw_collect (regno, data + offset);
        }
     }
   else if (regset == NTO_REG_FLOAT)
This page took 0.023683 seconds and 4 git commands to generate.