Fix queued OP_SYNC execution

trace-sqes
Vitaliy Filippov 2020-05-27 13:55:25 +03:00
parent 36f995367f
commit b466e215f0
1 changed files with 1 additions and 0 deletions

View File

@ -530,6 +530,7 @@ finish:
if (syncs_in_progress.size() > 0) if (syncs_in_progress.size() > 0)
{ {
cur_op = syncs_in_progress.front(); cur_op = syncs_in_progress.front();
op_data = cur_op->op_data;
op_data->st++; op_data->st++;
goto resume_2; goto resume_2;
} }