summaryrefslogtreecommitdiff
path: root/libc/startup/gpu/nvptx/start.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/startup/gpu/nvptx/start.cpp')
-rw-r--r--libc/startup/gpu/nvptx/start.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/startup/gpu/nvptx/start.cpp b/libc/startup/gpu/nvptx/start.cpp
index 709a5936d82e..fdd3c439530e 100644
--- a/libc/startup/gpu/nvptx/start.cpp
+++ b/libc/startup/gpu/nvptx/start.cpp
@@ -45,7 +45,7 @@ extern "C" [[gnu::visibility("protected"), clang::nvptx_kernel]] void
_begin(int argc, char **argv, char **env, void *rpc_shared_buffer) {
// We need to set up the RPC client first in case any of the constructors
// require it.
- __llvm_libc::rpc::client.reset(__llvm_libc::rpc::default_port_count,
+ __llvm_libc::rpc::client.reset(__llvm_libc::rpc::DEFAULT_PORT_COUNT,
__llvm_libc::gpu::get_lane_size(),
rpc_shared_buffer);