mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
was throwing a wrong illegalException.
This commit is contained in:
parent
e3ddcc2811
commit
6c5fd5a995
1 changed files with 2 additions and 1 deletions
|
@ -127,8 +127,9 @@ public class MIInferior extends Process {
|
|||
MIGDBShowExitCodeInfo info = code.getMIGDBShowExitCodeInfo();
|
||||
return info.getCode();
|
||||
} catch (MIException e) {
|
||||
return 0;
|
||||
// no rethrown.
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
throw new IllegalThreadStateException();
|
||||
|
|
Loading…
Add table
Reference in a new issue