History log of /PHP-8.0/ext/opcache/tests/jit/bug80786.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 79cf2c56 23-Feb-2021 Nikita Popov

Fixed bug #80786

Don't use r0 as temporary register in math_double_long if it is
already used for a memory result.

This was already done in one branch, but not the other.