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