blob: c9f41d3f8f87e1efd5fc7f53ad9cab5bb8b2a6b2 [file] [log] [blame]
{
while (a)
{
volatile if (b)
{
b--;
break;
}
}
}