From 7fb66f2548ba9b9500d0c5651ac42cfedfed0768 Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Tue, 8 Jul 2025 14:09:53 -0400 Subject: [PATCH] fix nthreadpools size in JLOptions --- base/options.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/options.jl b/base/options.jl index bf36c3ba0527d..203a91ca8f641 100644 --- a/base/options.jl +++ b/base/options.jl @@ -9,7 +9,7 @@ struct JLOptions commands::Ptr{Ptr{UInt8}} # (e)eval, (E)print, (L)load image_file::Ptr{UInt8} cpu_target::Ptr{UInt8} - nthreadpools::Int16 + nthreadpools::Int8 nthreads::Int16 nmarkthreads::Int16 nsweepthreads::Int8