class CJumpInfo { public: CJumpInfo(); DWORD TargetPC; DWORD JumpPC; stdstr BranchLabel; DWORD * LinkLocation; DWORD * LinkLocation2; BOOL FallThrough; BOOL PermLoop; BOOL DoneDelaySlot; //maybe deletable CRegInfo RegSet; };