Skip to content
Snippets Groups Projects
Commit ad744704 authored by Hannes Siebenhandl's avatar Hannes Siebenhandl
Browse files

Fix exe:debugger due to `CensusByClosureType` changes

parent e572e36c
No related branches found
No related tags found
No related merge requests found
Pipeline #92571 passed
......@@ -984,7 +984,7 @@ p44d e = do
ConstrDesc a b c <- dereferenceConDesc itbp
return $ a ++ ":" ++ b ++ ":" ++ c
_ -> return $ show (tipe itbl)
es' <- mapM (\(Edge e1 e2, cs) -> (,cs) . T.pack . show <$> ((,) <$> getKey e1 <*> getKey e2)) es
es' <- mapM (\(Edge e1 e2, cs) -> (,cs) . (,NoArgs) . ProfileClosureDesc . T.pack . show <$> ((,) <$> getKey e1 <*> getKey e2)) es
return (c, indiv_c, r, stack, names, a, Map.fromList es')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment