beremiz
Clone
Summary
Browse
Changes
Graph
fix not saving location address from variable panel
2016-10-26, Andrey Skvortsov
deadfe7377e9
fix not saving location address from variable panel
this regression was introduced by commit 3518d10
int CheckRetainBuffer(void)
{
return 1;
}
void ValidateRetainBuffer(void)
{
}
void InValidateRetainBuffer(void)
{
}
void Retain(unsigned int offset, unsigned int count, void *p)
{
}
void Remind(unsigned int offset, unsigned int count, void *p)
{
}