#pragma once #include #include struct CJumpInfo { CJumpInfo(CCodeBlock & CodeBlock); uint32_t TargetPC; uint32_t JumpPC; std::string BranchLabel; uint32_t * LinkLocation; uint32_t * LinkLocation2; bool FallThrough; bool PermLoop; bool DoneDelaySlot; CRegInfo RegSet; ExitReason Reason; };