> compile NEMU

ysyx_22040000 李心杨
Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux
 17:25:49  up 3 days 16:26,  2 users,  load average: 0.14, 0.84, 1.75
This commit is contained in:
tracer-ysyx 2024-01-11 17:25:49 +08:00 committed by xinyangli
parent add54ff1c7
commit 9c0cac63ff

View file

@ -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