| commit | d365c1c51c909080d4b080a7437e61205a9c4f69 | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tom@tromey.com> | Sun Jan 02 10:40:35 2022 -0700 |
| committer | Tom Tromey <tom@tromey.com> | Sun Jan 02 10:40:35 2022 -0700 |
| tree | 9757925bb9d5c90dc9c82638af51f21ff08996c1 | |
| parent | a2c5833233df078288c791c348a265c96c6182da [diff] |
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.