diff options
-rw-r--r-- | scripts/kconfig/mconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index 1112daa56..62baa82b0 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c | |||
@@ -694,7 +694,7 @@ static int exec_conf(void) | |||
694 | WaitForSingleObject(piProcInfo.hProcess, INFINITE); | 694 | WaitForSingleObject(piProcInfo.hProcess, INFINITE); |
695 | GetExitCodeProcess(piProcInfo.hProcess, &stat); | 695 | GetExitCodeProcess(piProcInfo.hProcess, &stat); |
696 | 696 | ||
697 | return (int)stat; | 697 | return (int)(stat &0xff); |
698 | #else | 698 | #else |
699 | int pipefd[2], stat, size; | 699 | int pipefd[2], stat, size; |
700 | sigset_t sset, osset; | 700 | sigset_t sset, osset; |