From 9c0cac63ffa824a56567974165a496e26dc4cd33 Mon Sep 17 00:00:00 2001 From: tracer-ysyx Date: Thu, 11 Jan 2024 17:25:49 +0800 Subject: [PATCH] =?UTF-8?q?>=20compile=20NEMU=20ysyx=5F22040000=20?= =?UTF-8?q?=E6=9D=8E=E5=BF=83=E6=9D=A8=20Linux=20calcite=206.1.69=20#1-Nix?= =?UTF-8?q?OS=20SMP=20PREEMPT=5FDYNAMIC=20Wed=20Dec=2020=2016:00:29=20UTC?= =?UTF-8?q?=202023=20x86=5F64=20GNU/Linux=20=2017:25:49=20=20up=203=20days?= =?UTF-8?q?=2016:26,=20=202=20users,=20=20load=20average:=200.14,=200.84,?= =?UTF-8?q?=201.75?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nemu/src/monitor/monitor.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/nemu/src/monitor/monitor.c b/nemu/src/monitor/monitor.c index acaed1b..2279ca0 100644 --- a/nemu/src/monitor/monitor.c +++ b/nemu/src/monitor/monitor.c @@ -32,8 +32,6 @@ static void welcome() { Log("Build time: %s, %s", __TIME__, __DATE__); printf("Welcome to %s-NEMU!\n", ANSI_FMT(str(__GUEST_ISA__), ANSI_FG_YELLOW ANSI_BG_RED)); printf("For help, type \"help\"\n"); - Log("Exercise: Please remove me in the source code and compile NEMU again."); - assert(0); } #ifndef CONFIG_TARGET_AM