Added while loops to DECORATE

This commit is contained in:
Leonard2 2016-07-25 06:38:02 +02:00 committed by Christoph Oelckers
commit d1749233ec
5 changed files with 160 additions and 1 deletions

View file

@ -436,6 +436,17 @@ bool VMFunctionBuilder::RegAvailability::Reuse(int reg)
return true;
}
//==========================================================================
//
// VMFunctionBuilder :: GetAddress
//
//==========================================================================
size_t VMFunctionBuilder::GetAddress()
{
return Code.Size();
}
//==========================================================================
//
// VMFunctionBuilder :: Emit