[OpenSmalltalk/opensmalltalk-vm] fd460b: CogVm source as per VMMaker.oscog-eem.2520

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] fd460b: CogVm source as per VMMaker.oscog-eem.2520

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: fd460b8dafa90db7849f1604fece9e8fbfbff302
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/fd460b8dafa90db7849f1604fece9e8fbfbff302
  Author: Eliot Miranda <[hidden email]>
  Date:   2019-02-06 (Wed, 06 Feb 2019)

  Changed paths:
    M src/plugins/SqueakFFIPrims/ARM64FFIPlugin.c

  Log Message:
  -----------
  CogVm source as per VMMaker.oscog-eem.2520

Merge with VMMaker.oscog-KenD.2518 & VMMaker.oscog-KenD.2519.

ARM64FFIPlugin:
Non-register struct returns now work.
[Needs corresponding vm]

Struct return in registers works.
All FFI tests now pass (need to add more).