-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
This function returns an (unbounded) Integer:
| loadRegionBaseOffset :: LoadOptions -> Integer |
but it does so by converting a Word64:
| LoadOptions { loadOffset :: Maybe Word64 |
which itself needs to be converted back to a Word64 to be used with functions like memSegment. It should instead return what it's got, namely, a Word64.
This would be a breaking change.
Metadata
Metadata
Assignees
Labels
No labels