fix: failed at quit

This commit is contained in:
xinyangli 2024-01-11 17:36:00 +08:00
parent 1af1dbcd20
commit 4770b4ce97
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

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

View file

@ -49,6 +49,7 @@ static int cmd_c(char *args) {
static int cmd_q(char *args) {
nemu_state.state = NEMU_QUIT;
return -1;
}