diff --git a/exosphere/utils.h b/exosphere/utils.h index dae7ce8..d7b471c 100644 --- a/exosphere/utils.h +++ b/exosphere/utils.h @@ -22,7 +22,7 @@ } static inline uint64_t read64le(const void *qword, size_t offset) { - return *(uint32_t *)((uintptr_t)dword + offset); + return *(uint64_t *)((uintptr_t)dword + offset); } static __attribute__((noinline)) bool check_32bit_additive_overflow(uint32_t a, uint32_t b) {