Skip to content

Fix bug when passing parameters#394

Merged
boriel merged 1 commit intomasterfrom
bugfix/byref_byref
Oct 21, 2020
Merged

Fix bug when passing parameters#394
boriel merged 1 commit intomasterfrom
bugfix/byref_byref

Conversation

@boriel
Copy link
Copy Markdown
Collaborator

@boriel boriel commented Oct 21, 2020

Parameters of type Byte / Ubyte has an odd alignment.
When passing the address of such parameters in a function
call as a ByRef, the offset must be increased by one.

Parameters of type Byte / Ubyte has an odd alignment.
When passing the address of such parameters in a function
call as a ByRef, the offset must be increased by one.
@boriel boriel merged commit f41f249 into master Oct 21, 2020
@boriel boriel deleted the bugfix/byref_byref branch October 21, 2020 23:08
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