Skip to content
Snippets Groups Projects
Commit 0c4a9686 authored by Luite Stegeman's avatar Luite Stegeman Committed by Marge Bot
Browse files

Update correct counter in bumpTickyAllocd

parent 0fde229f
No related branches found
No related tags found
No related merge requests found
......@@ -809,7 +809,7 @@ bumpTickyEntryCount lbl = do
bumpTickyAllocd :: CLabel -> Int -> FCode ()
bumpTickyAllocd lbl bytes = do
platform <- getPlatform
bumpTickyLitBy (cmmLabelOffB lbl (pc_OFFSET_StgEntCounter_entry_count (platformConstants platform))) bytes
bumpTickyLitBy (cmmLabelOffB lbl (pc_OFFSET_StgEntCounter_allocd (platformConstants platform))) bytes
bumpTickyTagSkip :: CLabel -> FCode ()
bumpTickyTagSkip lbl = do
......
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