Clean up unusual code in mi-cmd-stack.c
authorTom Tromey <tromey@adacore.com>
Wed, 25 Jan 2023 15:04:39 +0000 (08:04 -0700)
committerTom Tromey <tromey@adacore.com>
Wed, 25 Jan 2023 19:29:03 +0000 (12:29 -0700)
commit6121eeb72978cc5749c4c9f119b4dbaf637517c9
tree42b306928f011663886ed20b4c37cb53d8db23ee
parent0e46a09d12aa9c2c77d783ace336866e429ffa73
Clean up unusual code in mi-cmd-stack.c

I noticed some unusual code in mi-cmd-stack.c.  This code is a switch,
where one of the cases appears in the middle of another block.  It
seemed cleaner to me to have the earlier case just conditionally fall
through.
gdb/mi/mi-cmd-stack.c