From JTC: m32r-stub.c, sparcl-stub.c, sparclet-stub.c
(handle_exception): Return E01 instead of P01 when 'P' command fails.
This commit is contained in:
parent
1216fa2c08
commit
e9277ae8d4
4 changed files with 10 additions and 4 deletions
|
@ -425,7 +425,7 @@ 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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue