diff options
Diffstat (limited to 'src/librarian/librarian_private.h')
| -rwxr-xr-x | src/librarian/librarian_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librarian/librarian_private.h b/src/librarian/librarian_private.h index 881f527f..d76157c7 100755 --- a/src/librarian/librarian_private.h +++ b/src/librarian/librarian_private.h @@ -9,7 +9,7 @@ typedef struct box64context_s box64context_t; typedef struct onesymbol_s { uintptr_t offs; - uint32_t sz; + uint64_t sz; // need to track type of symbol? // need to track origin? } onesymbol_t; |