mips_request ('r', 0, 0, &err, mips_receive_wait, NULL);
+#if 0
/* FIXME: cagney/2002-11-29: Force the update of selected frame.
This shouldn't be necessary, only many many places still refer to
selected_frame directly (instead of using get_selected_frame(). */
get_selected_frame (); /* Hack!!! */
+#endif
}
/* Open a connection to the remote board. */
Hmm, I've got one of these too and see the same error. This looks to
predate the deprecation of selected_frame, so I think it can probably
go away now. Andrew would have a better idea...