Commit d817d0daa312c58548d7a081aa876027ca103766

Mike Hommey 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"