| 37 | |
| 38 | |
| 39 | void do_exit(uc_engine *uc, uc_err err) { |
| 40 | if(uc->fw->config.do_print_exit_info) { |
| 41 | fflush(stdout); |
| 42 | } |
| 43 | uc->emu_stop(uc->ctx, err); |
| 44 | } |
| 45 | |
| 46 | void force_crash(uc_engine *uc, uc_err error) { |
| 47 | do_exit(uc, error); |
no outgoing calls
no test coverage detected