You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jsrc/ct.c
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -227,8 +227,9 @@ A jtpyxval(J jt,A pyx){ UI4 state;
227
227
if(unlikely(adbreak>>8)!=0){jtsystemlockaccept(jt,LOCKPRISYM+LOCKPRIPATH+LOCKPRIDEBUG); continue;} // process lock and keep waiting
228
228
// or, the user may be requesting a BREAK interrupt for deadlock or other slow execution. In that case fail the pyx. It will not be deleted until the value has been stored
229
229
if(unlikely(adbreak&0xff))ASSERT(0,adbreak&0xff); // JBREAK: fail the pyx and exit
230
-
ASSERT(-1!=(ns=jtmdif(end)),EVTIME); // update timeout; potentially fail the pyx and exit
0 commit comments