> 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:35:39  up 3 days 16:36,  2 users,  load average: 1.05, 0.89, 1.31
This commit is contained in:
tracer-ysyx 2024-01-11 17:35:39 +08:00 committed by xinyangli
parent e094a0e019
commit 38987ace72

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;
}