fixing standalone gdb break exit (#19)

This commit is contained in:
biazo 2023-02-27 11:35:56 -05:00 committed by GitHub
parent df35c994cc
commit 0dc52ed6f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -668,9 +668,9 @@ static bool main_loop_should_exit(int *status)
vm_stop(RUN_STATE_DEBUG); vm_stop(RUN_STATE_DEBUG);
//// --- Begin LibAFL code --- //// --- Begin LibAFL code ---
#ifdef AS_LIB
return true; // exit back to fuzzing harness return true; // exit back to fuzzing harness
#endif
//// --- End LibAFL code --- //// --- End LibAFL code ---
} }