[OpenSmalltalk/opensmalltalk-vm] 9f3440: CogVM source as per Name: VMMaker.oscog-eem.2606

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

[OpenSmalltalk/opensmalltalk-vm] 9f3440: CogVM source as per Name: VMMaker.oscog-eem.2606

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 9f3440d7e35da0038df425e8a0966adbff80ab15
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/9f3440d7e35da0038df425e8a0966adbff80ab15
  Author: Eliot Miranda <[hidden email]>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M nsspur64src/vm/cointerp.c
    M nsspur64src/vm/cointerp.h
    M nsspur64src/vm/gcc3x-cointerp.c
    M spur64src/vm/cointerp.c
    M spur64src/vm/cointerp.h
    M spur64src/vm/cointerpmt.c
    M spur64src/vm/cointerpmt.h
    M spur64src/vm/gcc3x-cointerp.c
    M spur64src/vm/gcc3x-cointerpmt.c
    M spursista64src/vm/cointerp.c
    M spursista64src/vm/cointerp.h
    M spursista64src/vm/gcc3x-cointerp.c
    M spurstack64src/vm/gcc3x-interp.c
    M spurstack64src/vm/interp.c

  Log Message:
  -----------
  CogVM source as per Name: VMMaker.oscog-eem.2606

Fix the "funny floats" issue with gcc et al.  Casting the address of an
automatic long to an int * is no longer allowed.  Thanks to Pablo Tessone
for the analysis and fix.