> 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:32:50  up 3 days 16:33,  2 users,  load average: 0.40, 0.63, 1.33
This commit is contained in:
tracer-ysyx 2024-01-11 17:32:50 +08:00 committed by xinyangli
parent 1553586196
commit 3df6358a6d
2 changed files with 2 additions and 1 deletions

View file

@ -19,6 +19,7 @@
packages = [
clang-tools
rnix-lsp
bear
gdb
jre

View file

@ -49,7 +49,7 @@ static int cmd_c(char *args) {
static int cmd_q(char *args) {
return 0;
return -1;
}
static int cmd_help(char *args);