Fix copyright comments and file comments.
[deliverable/binutils-gdb.git] / gdb / sparcl-stub.c
index dbdf6d44c13367a71848d60f96108fc8579e0308..111dfe781fc18bde93c06674cf7389c87a36682f 100644 (file)
@@ -50,6 +50,7 @@
  *
  *    g             return the value of the CPU registers  hex data or ENN
  *    G             set the value of the CPU registers     OK or ENN
+ *    P             set the value of a single CPU register OK or ENN
  *
  *    mAA..AA,LLLL  Read LLLL bytes at address AA..AA      hex data or ENN
  *    MAA..AA,LLLL: Write LLLL bytes at address AA.AA      OK or ENN
@@ -831,7 +832,7 @@ handle_exception (registers)
                    hex2mem (ptr, (char *)&registers[regno], 4, 0);
                else
                  {
-                   strcpy (remcomOutBuffer, "P01");
+                   strcpy (remcomOutBuffer, "E01");
                    break;
                  }
              }
This page took 0.023588 seconds and 4 git commands to generate.