> compile NEMU
221220000 张三 Linux zzy 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 17:08:18 up 19:33, 2 users, load average: 0.37, 0.17, 0.17
This commit is contained in:
@ -189,10 +189,6 @@ void sdb_mainloop() {
|
||||
#ifdef _TEST_SDB_MAIN_LOOP_
|
||||
Log("_TEST_SDB_MAIN_LOOP_");
|
||||
#endif
|
||||
#ifdef _TEST_EXPR_
|
||||
return test_expr();
|
||||
#endif
|
||||
|
||||
|
||||
if (is_batch_mode) {
|
||||
cmd_c(NULL);
|
||||
|
@ -22,7 +22,8 @@ int is_exit_status_bad();
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
#ifdef _TEST_EXPR_
|
||||
return sdb_mainloop();
|
||||
int test_expr(void);
|
||||
return test_expr();
|
||||
#endif
|
||||
/* Initialize the monitor. */
|
||||
#ifdef CONFIG_TARGET_AM
|
||||
|
Reference in New Issue
Block a user