#include "stdafx.h" #include CExitInfo::CExitInfo(CCodeBlock & CodeBlock) : ID(0), TargetPC(0), JumpLoc(nullptr), ExitRegSet(CodeBlock) { }