Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Cmm/Parser.y
    ... ... @@ -60,7 +60,7 @@ bar
    60 60
       x = R1;  // the calling convention is explicit: better be careful
    
    61 61
                // that this works on all platforms!
    
    62 62
     
    
    63
    -  jump %ENTRY_CODE(Sp(0))
    
    63
    +  jump %ENTRY_CODE(Sp(0))[];
    
    64 64
     }
    
    65 65
     
    
    66 66
     Here is a list of rules for high-level and low-level code.  If you