Commit a051317b by Nathan Sidwell

Missed a difference between gomp4 and trunk

From-SVN: r226012
parent a091118d
...@@ -436,7 +436,7 @@ GOACC_wait (int async, int num_waits, ...) ...@@ -436,7 +436,7 @@ GOACC_wait (int async, int num_waits, ...)
else if (async == acc_async_sync) else if (async == acc_async_sync)
acc_wait_all (); acc_wait_all ();
else if (async == acc_async_noval) 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 int
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment