fix cleanup handling in m32r_load
authorTom Tromey <tromey@redhat.com>
Thu, 30 May 2013 17:05:32 +0000 (17:05 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 30 May 2013 17:05:32 +0000 (17:05 +0000)
commit4bbc010a2d22fd94bdf00fa0568481701e69eb69
treedc7e027c4173cc43e7af25eeb7ad2bda36e1177e
parentb963592585c05fcfd6817584a9f4e10d038c043a
fix cleanup handling in m32r_load

m32r_load is missing a call to do_cleanups along one return path.

* m32r-rom.c (m32r_load): Call do_cleanups at all returns.
gdb/ChangeLog
gdb/m32r-rom.c