Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

instruction: Fixup instruction data transmute #5

Merged
merged 1 commit into from
Nov 9, 2024
Merged

instruction: Fixup instruction data transmute #5

merged 1 commit into from
Nov 9, 2024

Conversation

joncinque
Copy link
Owner

Problem

The InstructionData helper creator doesn't work for all possible types, since the @sizeOf macro does not use packed size.

Summary of changes

Use @bitSizeOf instead, and add a test.

#### Problem

The `InstructionData` helper creator doesn't work for all possible
types, since the `@sizeOf` macro does not use packed size.

#### Summary of changes

Use `@bitSizeOf` instead, and add a test.
@joncinque joncinque enabled auto-merge (squash) November 9, 2024 10:28
joncinque added a commit that referenced this pull request Nov 9, 2024
#### Problem

#5 fixed the instruction data helper, but it's not released.

#### Summary of changes

Bump to 0.14.2 for release.
@joncinque joncinque merged commit c8166f3 into main Nov 9, 2024
12 checks passed
@joncinque joncinque deleted the ix branch November 9, 2024 10:42
joncinque added a commit that referenced this pull request Nov 9, 2024
#### Problem

#5 fixed the instruction data helper, but it's not released.

#### Summary of changes

Bump to 0.14.2 for release.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant