Branch: refs/heads/Cog
Home:
https://github.com/OpenSmalltalk/opensmalltalk-vm Commit: 536280cdbe8add995616eaa0c78424b95eb00f15
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/536280cdbe8add995616eaa0c78424b95eb00f15 Author: Eliot Miranda <
[hidden email]>
Date: 2020-09-14 (Mon, 14 Sep 2020)
Changed paths:
M build.win32x86/common/Makefile
M build.win32x86/common/Makefile.msvc
M build.win32x86/common/Makefile.msvc.plugin
M build.win64x64/common/Makefile
M build.win64x64/common/Makefile.plugin
M platforms/Cross/plugins/IA32ABI/x64win64abicc.c
M platforms/Cross/plugins/JPEGReadWriter2Plugin/sqJPEGReadWriter2Plugin.c
M platforms/Cross/vm/sqSetjmpShim.h
Log Message:
-----------
Fix 64-bit builds by addig the missing define to sqSetjmpShim.h and making sure
that _setjmp-x64.asm/.o gets included in the VM and plugin dll builds.
Make the same changes to the 32-bit builds, but leave them broken because we do
not have a _setjmp-x86.asm yet. Easily derived.