uinteger->pointer doesn't work properly on 32bit environment

Issue #117 resolved
Takashi Kato repo owner created an issue

If the given integer is more than 0x7FFFFFFF then it turns to -1. Thus it's the same behaviour as integer->pointer.

In ffi_stub.stub it uses Sg_GetInteger instead of Sg_GetUInteger.

Comments (1)

  1. Log in to comment