Skip to content

Commit

Permalink
Flush permissive mode log on each queue flush
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrtonm committed Oct 17, 2024
1 parent 3a2fa40 commit 83a08cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/libia2/include/permissive_mode.h
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ void flush_queue(FILE *log) {
fprintf(log, "pkru: %x\n", err.pkru);
}
release_queue(q);
fflush(log);
}

// The main function in the logging thread
Expand Down

0 comments on commit 83a08cc

Please sign in to comment.