Add (u)short #7

Merged
TheBrokenRail merged 2 commits from :short into master 2024-01-21 23:47:06 +00:00
Contributor

I've found that it is used from some things.

I've found that it is used from some things.
bigjango13 added 1 commit 2024-01-21 23:20:50 +00:00
TheBrokenRail reviewed 2024-01-21 23:40:47 +00:00
src/property.ts Outdated
@ -84,1 +87,4 @@
return 1;
} else if (this.#type === 'short' || this.#type === 'ushort') {
// Short
return 1;

This should be 2. You can determine alignment by adding ERR("Alignment: %i", _Alignof(short)); to a file.

This should be `2`. You can determine alignment by adding `ERR("Alignment: %i", _Alignof(short));` to a file.
Author
Contributor

Whoops, I forgot to change that one, should be fixed now, odd that it didn't give me any errors.

Whoops, I forgot to change that one, should be fixed now, odd that it didn't give me any errors.
bigjango13 marked this conversation as resolved
bigjango13 added 1 commit 2024-01-21 23:43:14 +00:00
TheBrokenRail merged commit 0b696bd55b into master 2024-01-21 23:47:06 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: minecraft-pi-reborn/symbol-processor#7
No description provided.