Explorar o código

bugfix for handled exceptions returning "exit"

Nicolas Cannasse %!s(int64=3) %!d(string=hai) anos
pai
achega
6f2e81ebb2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: