mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
* interp.c (sim_resume): Fix argument to poll_quit.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user