* linux-mips-low.c (mips_regmap): Correct the index of $f9.
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-mips-low.c
index 8baf1b0ce6c1bb18e5653e4aae29717cbfd9f1a6..1fb62377a32f172d1976a3f68183303ebbe0741e 100644 (file)
@@ -63,7 +63,7 @@ static int mips_regmap[] = {
 
   FPR_BASE,      FPR_BASE + 1,  FPR_BASE + 2,  FPR_BASE + 3,
   FPR_BASE + 4,  FPR_BASE + 5,  FPR_BASE + 6,  FPR_BASE + 7,
-  FPR_BASE + 8,  FPR_BASE + 8,  FPR_BASE + 10, FPR_BASE + 11,
+  FPR_BASE + 8,  FPR_BASE + 9,  FPR_BASE + 10, FPR_BASE + 11,
   FPR_BASE + 12, FPR_BASE + 13, FPR_BASE + 14, FPR_BASE + 15,
   FPR_BASE + 16, FPR_BASE + 17, FPR_BASE + 18, FPR_BASE + 19,
   FPR_BASE + 20, FPR_BASE + 21, FPR_BASE + 22, FPR_BASE + 23,
This page took 0.034059 seconds and 4 git commands to generate.