Skip to content

Commit

Permalink
Update uc.c
Browse files Browse the repository at this point in the history
  • Loading branch information
secretnonempty committed Mar 14, 2023
1 parent 271755e commit 46b9a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2403,4 +2403,4 @@ void trace_end(uc_tracer *tracer, trace_loc loc, const char *fmt, ...)
fprintf(stderr, "%.6fus\n",
(double)(end - tracer->starts[loc]) / (double)(1000));
}
#endif
#endif

0 comments on commit 46b9a87

Please sign in to comment.