parent
d28d6d1a1b
commit
2082781cf5
@ -129,6 +129,9 @@ namespace hex::plugin::builtin {
|
||||
std::vector<u8> bytes(sizeof(result), 0x00);
|
||||
std::memcpy(bytes.data(), &result, bytes.size());
|
||||
|
||||
if constexpr (std::endian::native == std::endian::little)
|
||||
std::reverse(bytes.begin(), bytes.end());
|
||||
|
||||
return bytes;
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user