Skip to content

Commit c5e13d0

Browse files
committed
touch ct
1 parent 8a52e4d commit c5e13d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jsrc/ct.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ static A jtcreatepyx(J jt, I thread,D timeout){A pyx;
221221
}
222222

223223
// w is an A holding a pyx value. Return its value when it has been resolved. If it times out
224-
A jtpyxval(J jt,A pyx){ UI4 state;PYXBLOK *blok=(PYXBLOK*)AAV0(pyx);
224+
A jtpyxval(J jt,A pyx){ UI4 state;PYXBLOK *blok=(PYXBLOK*)AAV0(pyx);
225225
if(PYXFULL==(state=lda(&blok->state)))goto done;
226226
if(state!=PYXWAIT)if(!casa(&blok->state,&state,PYXWAIT))goto done;
227227
UI ns=({D mwt=blok->pyxmaxwt;mwt==inf?IMAX:(I)(mwt*1e9);});

0 commit comments

Comments
 (0)