oaknut: Add dw

This commit is contained in:
Merry 2022-07-24 00:11:03 +01:00 committed by merry
parent f74a5f262f
commit e1ad7ef482

View file

@ -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"