mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-03-04 13:16:04 +00:00
oaknut: Add dw
This commit is contained in:
parent
f74a5f262f
commit
e1ad7ef482
1 changed files with 5 additions and 0 deletions
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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue