Fix memory return calling convention in ruby bindings
Calling convention for memory return is that caller allocates (in stack) memory to hold returned object. Then caller passes the pointer to callee as implicit first parameter. references: https://github.com/hjl-tools/x86-psABI/wiki/X86-psABI https://msdn.microsoft.com/en-us/library/7572ztz4.aspx Fixes #1209develop
parent
d1a3f1a738
commit
ff6d0c4e7d
Loading…
Reference in New Issue