• Show log

    Commit

  • Hash : d817d0da
    Author : Mike Hommey
    Date : 2020-11-10T20:39:25

    Don't use FFI_TYPE_LONGDOUBLE in the jump table in win64*.S (#580) It may have the same value as FFI_TYPE_DOUBLE per ffi.h, which possibly can make things go wrong with .org/ORG. For instance, GCC complains about "Error: attempt to move .org backwards"