Missed a difference between gomp4 and trunk

From-SVN: r226012
This commit is contained in:
Nathan Sidwell 2015-07-20 17:38:49 +00:00
parent a091118d2c
commit a051317b73
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ GOACC_wait (int async, int num_waits, ...)
else if (async == acc_async_sync)
acc_wait_all ();
else if (async == acc_async_noval)
acc_dev->openacc.async_wait_all_async_func (acc_async_noval);
goacc_thread ()->dev->openacc.async_wait_all_async_func (acc_async_noval);
}
int