Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
26b8a414
by Diego Antonio Rosario Palomino at 2025-10-18T16:58:10-04:00
1 changed file:
Changes:
| ... | ... | @@ -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
|