[OpenSmalltalk/opensmalltalk-vm] cc5af9: Move getReturnAddress into sqCogStackAlignment.h w...

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

[OpenSmalltalk/opensmalltalk-vm] cc5af9: Move getReturnAddress into sqCogStackAlignment.h w...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: cc5af9ca2899a0f795347545fd17319d3898f84e
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/cc5af9ca2899a0f795347545fd17319d3898f84e
  Author: Eliot Miranda <[hidden email]>
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
    M platforms/Cross/vm/sq.h
    M platforms/Cross/vm/sqCogStackAlignment.h

  Log Message:
  -----------
  Move getReturnAddress into sqCogStackAlignment.h where it belongs.  It had no
business being in sq.h.  Mea culpa.  Thanks to David Stes for verifying the
OpenSolaris code, and putting up with a broken build.