Skip to content

Fix stack corruption when calling pushboolean.#3

Open
MineBill wants to merge 1 commit intoDragosPopse:masterfrom
MineBill:fix-pushboolean
Open

Fix stack corruption when calling pushboolean.#3
MineBill wants to merge 1 commit intoDragosPopse:masterfrom
MineBill:fix-pushboolean

Conversation

@MineBill
Copy link
Copy Markdown

@MineBill MineBill commented Apr 4, 2024

pushboolean takes an i32(4 bytes) int but the bindings use c.bool which is an alias to Odin's bool that is 1 byte.

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