mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-03-20 20:51:03 +01:00
oaknut: Add dw
This commit is contained in:
5
externals/oaknut/include/oaknut/oaknut.hpp
vendored
5
externals/oaknut/include/oaknut/oaknut.hpp
vendored
@@ -159,6 +159,11 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void dw(std::uint32_t value)
|
||||||
|
{
|
||||||
|
Policy::append(value);
|
||||||
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
#include "oaknut/impl/arm64_encode_helpers.inc.hpp"
|
#include "oaknut/impl/arm64_encode_helpers.inc.hpp"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user