Example #1
0
        public HLInstructionBlock CreateBlock(HLLabel pStartLabel)
        {
            HLInstructionBlock block = HLInstructionBlock.Create(this, pStartLabel);

            mBlocks.Add(block);
            return(block);
        }