mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-03-20 12:41:02 +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:
|
||||
#include "oaknut/impl/arm64_encode_helpers.inc.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user