We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c687342 commit 2d73543Copy full SHA for 2d73543
genmc-sys/cpp/src/MiriInterface/EventHandling.cpp
@@ -33,6 +33,7 @@
33
/**** Blocking instructions ****/
34
35
void MiriGenmcShim::handle_assume_block(ThreadId thread_id) {
36
+ BUG_ON(getExec().getGraph().isThreadBlocked(thread_id));
37
GenMCDriver::handleAssume(inc_pos(thread_id), AssumeType::User);
38
}
39
0 commit comments