who needs this lock

This commit is contained in:
espes 2015-07-07 15:19:07 +10:00
parent dd34dda3c6
commit 5a7e1e6532
1 changed files with 1 additions and 0 deletions

View File

@ -3594,6 +3594,7 @@ static void pgraph_context_switch(NV2AState *d, unsigned int channel_id)
}
static void pgraph_wait_fifo_access(NV2AState *d) {
if (d->pgraph.fifo_access) return;
qemu_mutex_lock(&d->pgraph.lock);
while (!d->pgraph.fifo_access) {
qemu_cond_wait(&d->pgraph.fifo_access_cond, &d->pgraph.lock);