Skip to content

Commit

Permalink
fixing standalone gdb break exit (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
elbiazo authored Feb 27, 2023
1 parent df35c99 commit 0dc52ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions softmmu/runstate.c
Original file line number Diff line number Diff line change
Expand Up @@ -668,9 +668,9 @@ static bool main_loop_should_exit(int *status)
vm_stop(RUN_STATE_DEBUG);

//// --- Begin LibAFL code ---

#ifdef AS_LIB
return true; // exit back to fuzzing harness

#endif
//// --- End LibAFL code ---

}
Expand Down

0 comments on commit 0dc52ed

Please sign in to comment.