* remote-sim.c (gdbsim_open): Check return code from sim_open.

Update call to sim_open (new arg SIM_OPEN_DEBUG).
Forgot the last sentence in the previous checking.
This commit is contained in:
David Edelsohn 1997-04-02 23:27:06 +00:00
parent b0d8c28f61
commit 78077ce6d2
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
Wed Apr 2 14:16:51 1997 Doug Evans <dje@canuck.cygnus.com>
* remote-sim.c (gdbsim_open): Check return code from sim_open.
Update call to sim_open (new arg SIM_OPEN_DEBUG).
start-sanitize-gdbtk
Tue Apr 1 15:04:21 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)