Skip to content
  • Moritz Angermann's avatar
    genapply: Explicitly specify arguments · de1b802b
    Moritz Angermann authored and Ben Gamari's avatar Ben Gamari committed
    We seem to not be feeding either live registers or the arguments when
    generating the fast call in genapply.  This results in strange signature
    missmatches between the callee (expecting no registers) and the call
    site, expecting to pass registers.
    
    Test Plan: validate
    
    Reviewers: bgamari, simonmar, austin
    
    Reviewed By: simonmar
    
    Subscribers: rwbarton, thomie
    
    Differential Revision: https://phabricator.haskell.org/D4029
    de1b802b