externals: Update oaknut to 1.1.6

Merge commit '720d6bbcd87a8aecf628ab26a55ac7b17f7325df'
This commit is contained in:
Merry
2023-04-27 22:20:30 +01:00
18 changed files with 436 additions and 328 deletions

View File

@@ -187,9 +187,8 @@ TEST_CASE("MOVP2R")
{
CodeBlock mem{4096};
for (int i = 0; i < 0x200'0000; i++)
{
const std::int64_t diff = RandInt<std::int64_t>(std::numeric_limits<std::int64_t>::min(),
for (int i = 0; i < 0x200'0000; i++) {
const std::int64_t diff = RandInt<std::int64_t>(std::numeric_limits<std::int64_t>::min(),
std::numeric_limits<std::int64_t>::max());
const std::intptr_t value = reinterpret_cast<std::intptr_t>(mem.ptr()) + diff;