Skip to content

Commit 5fbff84

Browse files
authored
dsp: fix typo when yielding from certain messages (#139 #130)
1 parent 34e1ef8 commit 5fbff84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libogc/dsp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ static void __dsp_def_taskcb(void)
248248
while(DSP_CheckMailTo());
249249

250250
__dsp_exectask(__dsp_currtask,__dsp_rudetask);
251-
__dsp_currtask->flags = DSPTASK_YIELD;
251+
__dsp_currtask->state = DSPTASK_YIELD;
252252
__dsp_currtask = __dsp_rudetask;
253253
__dsp_rudetask = NULL;
254254
__dsp_rudetask_pend = FALSE;

0 commit comments

Comments
 (0)