-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix a few unsigned/signed readI/ULEB mismatches (#232)
There was a few mismatches where readULEB was being called with signed types. I fixed those and collapsed the readILEB/readULEB into one readLEB function that just uses the signedness of the native type to determine which underlying function to use.
- Loading branch information
1 parent
9cd6f56
commit ed1860f
Showing
2 changed files
with
150 additions
and
147 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
Oops, something went wrong.