[OpenSmalltalk/opensmalltalk-vm] 7225ae: Attempt to Fix Issue #447 - BitBlt signed int over...

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

[OpenSmalltalk/opensmalltalk-vm] 7225ae: Attempt to Fix Issue #447 - BitBlt signed int over...

Eliot Miranda-3
 
  Branch: refs/heads/fix_BitBlt_Issue_447
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 7225aecbb30015cd60b2fd8a4520726c343381e8
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/7225aecbb30015cd60b2fd8a4520726c343381e8
  Author: Nicolas Cellier <[hidden email]>
  Date:   2019-11-21 (Thu, 21 Nov 2019)

  Changed paths:
    M src/plugins/BitBltPlugin/BitBltPlugin.c

  Log Message:
  -----------
  Attempt to Fix Issue #447 - BitBlt signed int overflow

Generate the plugin from VMMaker.oscog-nice.2587 which declare `dx dy sx sy` as sqInt rather than int.