mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
Fix addresser
This commit is contained in:
parent
620e6b5eb9
commit
ad54bf6425
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ namespace geode::addresser {
|
|||
}
|
||||
|
||||
template <typename T>
|
||||
static ptrdiff_t thunkOf(T ptr) {
|
||||
static uint32_t thunkOf(T ptr) {
|
||||
// msvc
|
||||
if (sizeof(T) == sizeof(ptrdiff_t)) return 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue