oaknut: dx
This commit is contained in:
parent
9a35946aec
commit
6239eb5eb6
6
externals/oaknut/include/oaknut/oaknut.hpp
vendored
6
externals/oaknut/include/oaknut/oaknut.hpp
vendored
@ -174,6 +174,12 @@ public:
|
||||
Policy::append(value);
|
||||
}
|
||||
|
||||
void dx(std::uint64_t value)
|
||||
{
|
||||
Policy::append(static_cast<std::uint32_t>(value));
|
||||
Policy::append(static_cast<std::uint32_t>(value >> 32));
|
||||
}
|
||||
|
||||
private:
|
||||
#include "oaknut/impl/arm64_encode_helpers.inc.hpp"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user