| Index: runtime/bin/process_win.cc
|
| diff --git a/runtime/bin/process_win.cc b/runtime/bin/process_win.cc
|
| index 965f43728f3ac6f7a969fdc785f5cc9bc9180c9f..64095c6f1930735fc7559aa7593451c7d1a9de87 100644
|
| --- a/runtime/bin/process_win.cc
|
| +++ b/runtime/bin/process_win.cc
|
| @@ -211,10 +211,6 @@ static unsigned int __stdcall TerminationWaitThread(void* args) {
|
| fprintf(stderr, "GetExitCodeProcess failed %d\n", GetLastError());
|
| }
|
| int negative = 0;
|
| - if (exit_code == 255) {
|
| - exit_code = 1;
|
| - negative = 1;
|
| - }
|
| if (exit_code < 0) {
|
| exit_code = abs(exit_code);
|
| negative = 1;
|
|
|