> 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:
tracer-ics2023
2024-08-18 17:08:19 +08:00
committed by zzy
parent d711e2ee7c
commit a2c54573b7
2 changed files with 2 additions and 5 deletions

View File

@ -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);

View File

@ -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