[Git][ghc/ghc][master] Cmm Parser: Fix incorrect example in comment
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 Cmm Parser: Fix incorrect example in comment The Parser.y file contains a comment with an incorrect example of textual Cmm (used in .cmm files). This commit updates the comment to ensure it reflects valid textual Cmm syntax. Fixes #26313 - - - - - 1 changed file: - compiler/GHC/Cmm/Parser.y Changes: ===================================== compiler/GHC/Cmm/Parser.y ===================================== @@ -60,7 +60,7 @@ bar x = R1; // the calling convention is explicit: better be careful // that this works on all platforms! - jump %ENTRY_CODE(Sp(0)) + jump %ENTRY_CODE(Sp(0))[]; } Here is a list of rules for high-level and low-level code. If you View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/26b8a4140fb8b96f64b668c4ff7f2004... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/26b8a4140fb8b96f64b668c4ff7f2004... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)