]> Git Repo - qemu.git/blobdiff - gdbstub.c
Merge remote-tracking branch 'qmp/queue/qmp' into staging
[qemu.git] / gdbstub.c
index 31ecad2556ec40e743d72f50d0d69ee880cf0332..4009058788347ad06d9843d32355b85c44cec594 100644 (file)
--- a/gdbstub.c
+++ b/gdbstub.c
@@ -733,7 +733,7 @@ static int cpu_gdb_read_register(CPUState *env, uint8_t *mem_buf, int n)
             {
                 if (gdb_has_xml)
                     return 0;
-                GET_REG32(0); /* fpscr */
+                GET_REG32(env->fpscr);
             }
         }
     }
This page took 0.024698 seconds and 4 git commands to generate.