]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Don't rely on deduction in run-on-main-thread.c
authorTom Tromey <tromey@adacore.com>
Wed, 1 Oct 2025 16:27:37 +0000 (10:27 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 2 Oct 2025 17:55:14 +0000 (11:55 -0600)
commit29c3f00511bbde3190509bde506a0fee555b71b1
tree003d6de083ccee6caa5826dc2e64ec050390a78b
parente576e948da25e05f5d8d6eb2830c36e8284021ee
Don't rely on deduction in run-on-main-thread.c

This changes one spot in run-on-main-thread.c to use an explicit
template argument, rather than relying on deduction.  The deduction
would otherwise fail with the next patch.
gdb/run-on-main-thread.c