fix: always false assertion
This commit is contained in:
parent
096cc220d1
commit
1af1dbcd20
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue