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…
Reference in a new issue