* remote-mips.c (mips_initialize): Remove unneeded call to

get_selected_frame.  Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
This commit is contained in:
Daniel Jacobowitz 2003-10-09 14:34:04 +00:00
parent bbab2f465b
commit 0f317a0ca7
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2003-10-09 Daniel Jacobowitz <drow@mvista.com>
* remote-mips.c (mips_initialize): Remove unneeded call to
get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
2003-10-09 Daniel Jacobowitz <drow@mvista.com>
* dwarf2expr.c (execute_stack_op): Don't treat the frame base as

View File

@ -1494,10 +1494,6 @@ mips_initialize (void)
the request itself succeeds or fails. */
mips_request ('r', 0, 0, &err, mips_receive_wait, NULL);
/* 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!!! */
}
/* Open a connection to the remote board. */