0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 20:28:52 +02:00

ircd::ctx: Assert interruption points aren't useless calls.

This commit is contained in:
Jason Volk 2018-12-06 19:04:31 -08:00
parent 086f92f989
commit bacfa6de95

View file

@ -630,6 +630,7 @@ noexcept
void
ircd::ctx::this_ctx::interruption_point()
{
assert(interruptible());
return cur().interruption_point();
}