Replace ../include/wait.h with gdb_wait.h.
[deliverable/binutils-gdb.git] / gdb / m32r-stub.c
index bc5e59927ce427ca0a72b53652d986f3fbedcca4..9fdf4969e5a4eb7bbda499084fca308c977e01d9 100644 (file)
@@ -425,11 +425,11 @@ handle_exception(int exceptionVector)
                strcpy (remcomOutBuffer, "OK");
                break;
              }
-         strcpy (remcomOutBuffer, "P01");
+         strcpy (remcomOutBuffer, "E01");
          break;
        }
       case 'G': /* set the value of the CPU registers - return OK */
-       hex2mem(&ptr, (unsigned char*) registers, NUMREGBYTES, 0);
+       hex2mem(ptr, (unsigned char*) registers, NUMREGBYTES, 0);
        strcpy(remcomOutBuffer,"OK");
        break;
       case 's': /* sAA..AA     Step one instruction from AA..AA(optional) */
This page took 0.024087 seconds and 4 git commands to generate.