fix: always false assertion
This commit is contained in:
parent
096cc220d1
commit
1af1dbcd20
2 changed files with 1 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
||||||
gtkwave
|
gtkwave
|
||||||
];
|
];
|
||||||
|
|
||||||
inputsFrom = [ self.packages.${system}.default ];
|
inputsFrom = [ self.packages.${system}.nemu ];
|
||||||
};
|
};
|
||||||
|
|
||||||
packages.nemu = with pkgs; stdenv.mkDerivation rec {
|
packages.nemu = with pkgs; stdenv.mkDerivation rec {
|
||||||
|
|
|
@ -32,8 +32,6 @@ static void welcome() {
|
||||||
Log("Build time: %s, %s", __TIME__, __DATE__);
|
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("Welcome to %s-NEMU!\n", ANSI_FMT(str(__GUEST_ISA__), ANSI_FG_YELLOW ANSI_BG_RED));
|
||||||
printf("For help, type \"help\"\n");
|
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
|
#ifndef CONFIG_TARGET_AM
|
||||||
|
|
Loading…
Reference in a new issue