diff --git a/sycl/include/CL/sycl/queue.hpp b/sycl/include/CL/sycl/queue.hpp index a69c7f7c547b5..ae7fcb47e47fa 100644 --- a/sycl/include/CL/sycl/queue.hpp +++ b/sycl/include/CL/sycl/queue.hpp @@ -276,7 +276,7 @@ class __SYCL_EXPORT queue { /// Synchronous errors will be reported through SYCL exceptions. /// @param CodeLoc is the code location of the submit call (default argument) void wait(_CODELOCONLYPARAM(&CodeLoc)) { - _CODELOCARG(&CodeLoc) + _CODELOCARG(&CodeLoc); wait_proxy(CodeLoc); }