Use filtered output in print_i387_ext
authorTom Tromey <tom@tromey.com>
Sun, 2 Jan 2022 17:40:35 +0000 (10:40 -0700)
committerTom Tromey <tom@tromey.com>
Sun, 2 Jan 2022 17:40:35 +0000 (10:40 -0700)
commitd365c1c51c909080d4b080a7437e61205a9c4f69
tree9757925bb9d5c90dc9c82638af51f21ff08996c1
parenta2c5833233df078288c791c348a265c96c6182da
Use filtered output in print_i387_ext

print_i387_ext mostly uses filtered output, but one call in the middle
of the function uses the _unfiltered form.  This patch fixes this
call.  I'm checking this in as obvious.
gdb/i387-tdep.c