Skip to content

Commit

Permalink
FIXED: Flush pending output on halt/1.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed Oct 15, 2024
1 parent bb7a69d commit 1a84824
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pl-pro.c
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,6 @@ exception if we cannot allocate the exception.
bool
raise_halt_exception(DECL_LD int code, bool force)
{ pl_notrace();
Sreset(); /* Discard pending IO */

LD->exception.processing = true; /* allow using spare stack */

Expand Down

0 comments on commit 1a84824

Please sign in to comment.