From f8848329f7088b8aea0a280f89f8661714831a1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Tue, 29 Oct 2019 00:00:00 +0000 Subject: [PATCH] gem5: LF!!!!! --- run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run b/run index 4255a1f..caace9e 100755 --- a/run +++ b/run @@ -547,7 +547,7 @@ Extra options to append at the end of the emulator command line. if dtb is not None: cmd.extend(['--dtb-filename', dtb, LF]) if self.env['baremetal'] is None: - cmd.extend(['--param', 'system.panic_on_panic = True', LF ]) + cmd.extend(['--param', 'system.panic_on_panic = True', LF]) else: cmd.extend([ '--bare-metal', LF, @@ -563,7 +563,7 @@ Extra options to append at the end of the emulator command line. cpu_type = 'atomic' if self.env['gem5_restore'] is not None: cpt_dir = self.gem5_list_checkpoint_dirs()[-self.env['gem5_restore']] - extra_emulator_args.extend(['--restore-from', os.path.join(self.env['m5out_dir'], cpt_dir)]) + extra_emulator_args.extend(['--restore-from', os.path.join(self.env['m5out_dir'], cpt_dir), LF]) cmd.extend([ os.path.join( self.env['gem5_source_dir'],