-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support 64-bit file size. Abort if file size > 16 MiB. Calculate lane expanded memory size using integer arithmetic only. Allocated memory is rounded to 4096 bytes. This can be adjusted. The lowest rounding of 4 would be "+ 3) / 4 * 4" instead of "+ 4095) / 4096 * 4096". Abort if ROM size after lane expansion is > 16 MiB. Expand lanes starting with the last byte instead of the first since the last byte must align with the last used lane of the memory range. Include ROM image name in exceptions.
- Loading branch information
Showing
1 changed file
with
20 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters