1 /* -----------------------------------------------------------------------
4 m68k Foreign Function Interface
5 ----------------------------------------------------------------------- */
14 .type ffi_call_SYSV,@function
20 | Make room for all of the new args.
30 | Pass pointer to struct value, if any
37 | Remove the space we pushed for the args
40 | Load the pointer to storage for the return value
43 | Load the return type code
46 | If the return value pointer is NULL, assume no return value.
90 bfins %d0,(%a1){#0,%d2}
97 .size ffi_call_SYSV,.-ffi_call_SYSV