]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove call to registers_changed from windows-nat.c
authorTom Tromey <tromey@adacore.com>
Wed, 30 Nov 2022 20:50:27 +0000 (13:50 -0700)
committerTom Tromey <tromey@adacore.com>
Thu, 1 Dec 2022 18:40:12 +0000 (11:40 -0700)
commit4cb80f0e5bddc29cf50b08f0a4d2cca8ea330a23
tree3c3195e39034bd64e48736203456405f163cc7ac
parent5f8363d9248f1864b58d329a2c734527c3713055
Remove call to registers_changed from windows-nat.c

I noticed that windows_nat_target::interrupt calls registers_changed.
However, I don't think there's any reason to do this, because this
will happen automatically when the inferior stop is processed.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/windows-nat.c