Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Access instance as a jlong, not long #20

Merged
merged 1 commit into from
Feb 27, 2020

Conversation

paulproteus
Copy link
Contributor

long on x86 is only a 32-bit integer, so we stick to the JNI-defined
jlong type.

This fixes the existing tests on x86.

`long` on x86 is only a 32-bit integer, so we stick to the JNI-defined
`jlong` type.

This fixes the existing tests on x86.
Copy link
Member

@freakboy3742 freakboy3742 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants