소스 검색

bugfix for handled exceptions returning "exit"

Nicolas Cannasse 3 년 전
부모
커밋
6f2e81ebb2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/std/debug.c

+ 1 - 0
src/std/debug.c

@@ -235,6 +235,7 @@ HL_API int hl_debug_wait( int pid, int *thread, int timeout ) {
 		default:
 			return 3;
 		}
+		break;
 	case EXIT_PROCESS_DEBUG_EVENT:
 		return 0;
 	default: