예제 #1
0
파일: Frame.cs 프로젝트: Rohansi/LoonyC
 public void Free(RegisterFrameResource register)
 {
     _registerAllocations[(int)register.Register] = false;
 }
예제 #2
0
파일: Frame.cs 프로젝트: Rohansi/LoonyC
 public void Free(RegisterFrameResource register)
 {
     _registerAllocations[(int)register.Register] = false;
 }