// Guard against pathological code like jz $+2 which jumps and falls through
// to the same ensuing instruction.
...
...
@@ -11807,6 +11808,7 @@ int SMPFunction::FindConditionalFollowNode(int HeadBlockNum) {
SMP_msg("ERROR: SPARK: Unstructured due to Loop-spanning branch to block %d from block %zu in func %s\n", SuccBlockNum, BlockIndex, this->GetFuncName());
FollowBlockNum = SMP_BLOCKNUM_UNINIT; // error signal