Skip to content

Commit

Permalink
#1899: runnable: fix missing endif from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander authored and cz4rs committed Sep 28, 2022
1 parent 481bf3e commit 33b9947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vt/context/runnable_context/td.cc
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ void TD::suspend() {
}

theTerm()->popEpoch(ep_);
#endif
}

void TD::resume() {
Expand Down

0 comments on commit 33b9947

Please sign in to comment.