File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ index 651f9bf8a2..24bfd5dfc4 100644
119
119
import GHC.Types.Name.Ppr
120
120
import GHC.Types.TyThing
121
121
import GHC.Types.HpcInfo
122
- + import GHC.Types.Unique.Supply (uniqFromMask )
122
+ + import GHC.Types.Unique.Supply (uniqFromTag )
123
123
+ import GHC.Types.Unique (getKey)
124
124
125
125
import GHC.Utils.Fingerprint ( Fingerprint )
@@ -234,7 +234,7 @@ index 651f9bf8a2..24bfd5dfc4 100644
234
234
+ --
235
235
+ -- The id has to be exported for the JS backend. This isn't required for the
236
236
+ -- byte-code interpreter but it does no harm to always do it.
237
- + u <- uniqFromMask 'I'
237
+ + u <- uniqFromTag 'I'
238
238
+ let binding_name = mkSystemVarName u (fsLit ("BCO_toplevel"))
239
239
+ let binding_id = mkExportedVanillaId binding_name (exprType simpl_expr)
240
240
+
You can’t perform that action at this time.
0 commit comments