diff --git a/scripts/runfvp b/scripts/runfvp index 9fb77d38..c5a74b2f 100755 --- a/scripts/runfvp +++ b/scripts/runfvp @@ -64,8 +64,8 @@ async def start_fvp(args, config, extra_args): logger.debug(f"Telnet quit, cancelling tasks") else: fvp.add_line_callback(lambda line: print(line)) + await fvp.run() - await fvp.run() finally: await fvp.stop()