mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-19 06:49:38 +00:00
externals: Update oaknut to 1.1.6
Merge commit '720d6bbcd87a8aecf628ab26a55ac7b17f7325df'
This commit is contained in:
5
externals/oaknut/tests/basic.cpp
vendored
5
externals/oaknut/tests/basic.cpp
vendored
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user