From d90eb3ff6b8386c46b41734f87f51fae63e1e5ab Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Fri, 18 Apr 1997 20:33:27 +0000 Subject: [PATCH] * interp.c (sim_resume): Fix argument to poll_quit. --- sim/sh/ChangeLog | 4 ++++ sim/sh/interp.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index 91dfd345d14..0975e9ed1a9 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -1,3 +1,7 @@ +Fri Apr 18 13:33:09 1997 Doug Evans + + * interp.c (sim_resume): Fix argument to poll_quit. + Fri Apr 18 14:14:49 1997 Andrew Cagney * interp.c (sim_stop): New function. diff --git a/sim/sh/interp.c b/sim/sh/interp.c index 98f10e80a53..5a68dc9df37 100644 --- a/sim/sh/interp.c +++ b/sim/sh/interp.c @@ -970,7 +970,7 @@ sim_resume (sd, step, siggnal) { pollcount = 0; if ((*callback->poll_quit) != NULL - && (*callback->poll_quit) (sd)) + && (*callback->poll_quit) (callback)) { sim_stop (sd); } -- 2.30.2