[Git][ghc/ghc][wip/T22010] Add h$ prefix to genSym
Jaro Reinders (@Noughtmare)
gitlab at gitlab.haskell.org
Fri Jun 23 08:39:14 UTC 2023
Jaro Reinders pushed to branch wip/T22010 at Glasgow Haskell Compiler / GHC
Commits:
43c273d0 by Jaro Reinders at 2023-06-23T10:39:07+02:00
Add h$ prefix to genSym
- - - - -
1 changed file:
- compiler/jsbits/genSym.js
Changes:
=====================================
compiler/jsbits/genSym.js
=====================================
@@ -16,7 +16,7 @@ var h$ghc_unique_counter64 = h$newByteArray(8);
h$ghc_unique_counter64.i3[0] = 0;
h$ghc_unique_counter64.i3[1] = 0;
-function genSym() {
+function h$genSym() {
var rl = h$hs_plusWord64(h$ghc_unique_counter64.i3[1] >>> 0, h$ghc_unique_counter64.i3[0] >>> 0, 0, h$ghc_unique_inc.i3[0] >>> 0);
h$ret1 = (h$ret1 & HIGH_UNIQUE_MASK) >>> 0;
// h$ret1 contains the higher part (rh)
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/43c273d0e4169a1f339d95c8564c75ac08b3ba3f
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/43c273d0e4169a1f339d95c8564c75ac08b3ba3f
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230623/f9718cf0/attachment.html>
More information about the ghc-commits
mailing list