[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 6df2f0: Generate ThreadedFFIPlugins as per VMMaker.oscog-n...

GitHub noreply at github.com
Tue Jan 24 22:23:49 UTC 2017


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 6df2f02e128e83a3f4615e2acfd8b125f496ca1a
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/6df2f02e128e83a3f4615e2acfd8b125f496ca1a
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2017-01-24 (Tue, 24 Jan 2017)

  Changed paths:
    M src/plugins/SqueakFFIPrims/ARM32FFIPlugin.c
    M src/plugins/SqueakFFIPrims/IA32FFIPlugin.c
    M src/plugins/SqueakFFIPrims/SqueakFFIPrims.c
    M src/plugins/SqueakFFIPrims/X64SysVFFIPlugin.c
    M src/plugins/SqueakFFIPrims/X64Win64FFIPlugin.c

  Log Message:
  -----------
  Generate ThreadedFFIPlugins as per VMMaker.oscog-nice.2109 to fix 64bits FFI.

The moduleHandle (a pointer) was incorrectly truncated to an int (32bits).




More information about the Vm-dev mailing list