Commit a79fb66a authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-33515 fixup for POWER

parent 78895346
......@@ -891,7 +891,7 @@ static ATTRIBUTE_NOINLINE void lsn_delay(size_t delay, size_t mult) noexcept
HMT_low();
do
MY_RELAX_CPU();
while (--delay)
while (--delay);
HMT_medium();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment