Skip to content

Commit 69bfb6b

Browse files
IanButterworthKristofferC
authored andcommitted
Fix nthreadpools size in JLOptions (#58937)
(cherry picked from commit 2349f43)
1 parent fc97893 commit 69bfb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/options.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ struct JLOptions
99
commands::Ptr{Ptr{UInt8}} # (e)eval, (E)print, (L)load
1010
image_file::Ptr{UInt8}
1111
cpu_target::Ptr{UInt8}
12-
nthreadpools::Int16
12+
nthreadpools::Int8
1313
nthreads::Int16
1414
nmarkthreads::Int16
1515
nsweepthreads::Int8

0 commit comments

Comments
 (0)